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
Syntaxpublic static bool IsActive(
SubscriptionState state
)
Public Shared Function IsActive (
state As SubscriptionState
) As Boolean
public:
static bool IsActive(
SubscriptionState state
)
static member IsActive :
state : SubscriptionState -> bool
Parameters
- state
- Type: Ozeki.VoIPSubscriptionState
The subscription state.
Return Value
Type:
BooleanTrue, if the subscription is active; otherwise false.
See Also