Click or drag to resize

SubscriptionInfo Class

Provides information about a subscription.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPSubscriptionInfo

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

The SubscriptionInfo type exposes the following members.

Constructors
  NameDescription
Public methodSubscriptionInfo
Initializes a new instance of the SubscriptionInfo class
Top
Properties
  NameDescription
Public propertyAccount
Gets the user for the subscription.
Public propertyContactAddress
Gets the contact address of the user.
Public propertyEventID
Gets the event ID of the subscription.
Public propertyEventType
Gets the event-type of the subscription.
Public propertyExpires
Gets the expires interval of the subscription.
Public propertyState
Gets the current state of the subscription.
Public propertyTerminationReason
Gets the reason parameter of the subscription termination.
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(SubscriptionInfo)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
See Also