SubscriptionStateChangeEventArgs Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic SubscriptionStateChangeEventArgs(
SubscriptionState eventState,
TerminationReason? terminationReason = null
)
Public Sub New (
eventState As SubscriptionState,
Optional terminationReason As TerminationReason? = Nothing
)
public:
SubscriptionStateChangeEventArgs(
SubscriptionState eventState,
Nullable<TerminationReason> terminationReason = nullptr
)
new :
eventState : SubscriptionState *
?terminationReason : Nullable<TerminationReason>
(* Defaults:
let _terminationReason = defaultArg terminationReason null
*)
-> SubscriptionStateChangeEventArgs
Parameters
- eventState SubscriptionState
- The new state.
- terminationReason NullableTerminationReason (Optional)
- If the new state is terminated, the reason of the termination.
See Also