Click or drag to resize
SubscriptionInfo Class
Provides information about a subscription.
Inheritance Hierarchy

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class SubscriptionInfo : EventArgs, 
	IEquatable<SubscriptionInfo>

The SubscriptionInfo type exposes the following members.

Constructors
  NameDescription
Public methodSubscriptionInfo
Initializes a new instance of the SubscriptionInfo class
Top
Methods
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
See Also