Click or drag to resize
INotifier Interface

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

The INotifier type exposes the following members.

Methods
  NameDescription
Public methodGetCurrentResourceState
Retreives the formatted body of the current state of the subscription.
Public methodIsAcceptableNewSubscription
Returns a boolean value indicating whether the user can subscribe to the specified subscription.
Public methodOnSubscriptionTerminated
Occurs when a subscription has been terminated.
Top
Properties
  NameDescription
Public propertyContentType
Gets the content-type of the body of the sent NOTIFY messages.
Public propertyEventType
Gets the event-type of the notifier.
Top
See Also