Click or drag to resize
SubscriptionSetState Method

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public void SetState(
	SubscriptionState newState,
	Nullable<TerminationReason> reason = null,
	bool raiseEvent = true
)

Parameters

newState
Type: Ozeki.VoIPSubscriptionState
reason (Optional)
Type: SystemNullableTerminationReason
raiseEvent (Optional)
Type: SystemBoolean
See Also