SubscriptionStateChangedEventArgs Members
Include Protected Members
Include Inherited Members
Returns information relevant to a subscription state change.
The SubscriptionStateChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SubscriptionStateChangedEventArgs | Initializes a new instance of the SubscriptionStateChangedEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
NewState | Gets the updated state after the change. | |
PreviousState | Gets the signaling state before this change occurs. | |
ReasonForChange | Gets the reason for change for the transition, either server or client. |
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 | (inherited from Object) |
Top