Click or drag to resize

SubscriptionStateExIsActive Method

Returns a boolean value indicating whether the subscription is in active state (neutral, active, etc.) and notifications can be received.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static bool IsActive(
	SubscriptionState state
)

Parameters

state
Type: Ozeki.VoIPSubscriptionState
The subscription state.

Return Value

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