SessionByeManagerOnResponseReceived Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void OnResponseReceived(
ByeResponseArgs args
)
Public Sub OnResponseReceived (
args As ByeResponseArgs
)
public:
virtual void OnResponseReceived(
ByeResponseArgs^ args
) sealed
abstract OnResponseReceived :
args : ByeResponseArgs -> unit
override OnResponseReceived :
args : ByeResponseArgs -> unit
Parameters
- args
- Type: Ozeki.VoIPByeResponseArgs
Implements
ISIPReceiverReq, RespOnResponseReceived(Resp)See Also