SubscriptionStateChangeEventArgsTerminationReason Property |
Gets the reason of the termination when the state is Terminated.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic Nullable<TerminationReason> TerminationReason { get; }
Public ReadOnly Property TerminationReason As Nullable(Of TerminationReason)
Get
public:
property Nullable<TerminationReason> TerminationReason {
Nullable<TerminationReason> get ();
}
member TerminationReason : Nullable<TerminationReason> with get
Property Value
Type:
NullableTerminationReason
See Also