ISIPSubscriptionNotificationReceived Event |
Occurs when a notification received from the remote end.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxevent EventHandler<SIPEventNotificationArgs> NotificationReceived
Event NotificationReceived As EventHandler(Of SIPEventNotificationArgs)
event EventHandler<SIPEventNotificationArgs^>^ NotificationReceived {
void add (EventHandler<SIPEventNotificationArgs^>^ value);
void remove (EventHandler<SIPEventNotificationArgs^>^ value);
}
abstract NotificationReceived : IEvent<EventHandler<SIPEventNotificationArgs>,
SIPEventNotificationArgs>
Value
Type:
SystemEventHandlerSIPEventNotificationArgs
See Also