Click or drag to resize

SubscriptionStateEx Class

Defines extension methods for the SubscriptionState enum.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPSubscriptionStateEx

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public static class SubscriptionStateEx

The SubscriptionStateEx type exposes the following members.

Methods
 NameDescription
Public Extension MethodAsString Returns the textual representation of the given subscription state.
Public Extension MethodIsActive Returns a boolean value indicating whether the subscription is in active state (neutral, active, etc.) and notifications can be received.
Public Extension MethodIsTerminated Returns a boolean value indicating whether the subscription is no longer active for some reason (terminated, expired, bad event, etc.)
Top
See Also