PresenceSubscriptionStateChangedEventArgs Members
Include Protected Members
Include Inherited Members
Represents changes in the subscription state of the presence session for this endpoint owner.
The PresenceSubscriptionStateChangedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
PreviousState | Gets the previous state for the object. (inherited from StateChangedEventArgs<T>) | |
ReasonForChange | Obsolete. Gets the reason for the subscription state change. | |
State | Gets the new state for the object. (inherited from StateChangedEventArgs<T>) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | Returns a String that represents the current StateChangedEventArgs<T>. (inherited from StateChangedEventArgs<T>) |
Top