SubscriptionStateExIsTerminated Method |
Returns a boolean value indicating whether the subscription is no longer active for some reason (terminated, expired, bad event, etc.)
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static bool IsTerminated(
SubscriptionState state
)
Public Shared Function IsTerminated (
state As SubscriptionState
) As Boolean
public:
static bool IsTerminated(
SubscriptionState state
)
static member IsTerminated :
state : SubscriptionState -> bool
Parameters
- state
- Type: Ozeki.VoIPSubscriptionState
The subscription state.
Return Value
Type:
BooleanTrue, if the subscription is terminated; otherwise false.
See Also