SubscriptionStateChangeEventArgs Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SubscriptionStateChangeEventArgs(
SubscriptionState eventState,
Nullable<TerminationReason> terminationReason = null
)
Public Sub New (
eventState As SubscriptionState,
Optional terminationReason As Nullable(Of 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
- Type: Ozeki.VoIPSubscriptionState
The new state. - terminationReason (Optional)
- Type: SystemNullableTerminationReason
If the new state is terminated, the reason of the termination.
See Also