ISIPSubscriptionNotificationReceived Event |
Occurs when a notification received from the remote end.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax event 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:
SystemEventHandlerSIPEventNotificationArgsSee Also