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: 1.8.12.0 (1.8.12)
Syntax
public static class SubscriptionStateEx

The SubscriptionStateEx type exposes the following members.

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