Click or drag to resize

SubscriptionSetState Method

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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