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.3.199.0
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