Click or drag to resize

SubscriptionStateChangeEventArgs Class

Provides data for subscription state changed event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPSubscriptionStateChangeEventArgs

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class SubscriptionStateChangeEventArgs : EventArgs

The SubscriptionStateChangeEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodSubscriptionStateChangeEventArgs Creates a new instance of the SubscriptionStateChangeEventArgs class.
Top
Properties
 NameDescription
Public propertyEventState Gets the new state.
Public propertyTerminationReason Gets the reason of the termination when the state is Terminated.
Top
See Also