Click or drag to resize
INotifierService Interface
Can send NOTIFY requests and manages the notifiers.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface INotifierService

The INotifierService type exposes the following members.

Methods
  NameDescription
Public methodRegisterNotifier
Adds the specified event notifier to the system.
Public methodSendNotify
Sends a notification for the given subscription.
Public methodUnregisterNotifier
Removes the specified event notifier from the system.
Top
See Also