Click or drag to resize
SubscriptionStateChangeEventArgs Constructor
Creates a new instance of the SubscriptionStateChangeEventArgs class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public SubscriptionStateChangeEventArgs(
	SubscriptionState eventState,
	Nullable<TerminationReason> terminationReason = null
)

Parameters

eventState
Type: Ozeki.VoIPSubscriptionState
The new state.
terminationReason (Optional)
Type: SystemNullableTerminationReason
If the new state is terminated, the reason of the termination.
See Also