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