Click or drag to resize

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
Syntax
public static bool IsTerminated(
	SubscriptionState state
)

Parameters

state
Type: Ozeki.VoIPSubscriptionState
The subscription state.

Return Value

Type: Boolean
True, if the subscription is terminated; otherwise false.
See Also