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