SubscriptionStateChangedEventArgs Members
Returns information from the [SubscriptionStateChanged] event.
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 the [SubscriptionStateChanged] occurred. | |
ReasonForChange | Gets whether the event is caused by the server or the 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