SubscriptionNotificationSendIndication Event |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public event EventHandler<EventPackage> NotificationSendIndication
Public Event NotificationSendIndication As EventHandler(Of EventPackage)
public:
event EventHandler<EventPackage^>^ NotificationSendIndication {
void add (EventHandler<EventPackage^>^ value);
void remove (EventHandler<EventPackage^>^ value);
}
member NotificationSendIndication : IEvent<EventHandler<EventPackage>,
EventPackage>
Value
Type:
SystemEventHandlerEventPackageSee Also