Click or drag to resize

SubscriptionStateChangeEventArgs Constructor

Creates a new instance of the SubscriptionStateChangeEventArgs class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public SubscriptionStateChangeEventArgs(
	SubscriptionState eventState,
	TerminationReason? terminationReason = null
)

Parameters

eventState  SubscriptionState
The new state.
terminationReason  NullableTerminationReason  (Optional)
If the new state is terminated, the reason of the termination.
See Also