OptionsManagerOnResponseReceived Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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