ISIPReceiverReq, RespOnResponseReceived Method |
Occurs when response received to a sent request.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxvoid OnResponseReceived(
Resp args
)
Sub OnResponseReceived (
args As Resp
)
void OnResponseReceived(
Resp args
)
abstract OnResponseReceived :
args : 'Resp -> unit
Parameters
- args
- Type: Resp
See Also