LocalEndpointStateChangedEventArgs Members
Include Protected Members
Include Inherited Members
Represents the information associated with a LocalEndpoint state transition.
The LocalEndpointStateChangedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
MessageData | Gets the message that caused the state transition. |
![]() |
PreviousState | Gets the previous state for the object. (inherited from StateChangedEventArgs<T>) |
![]() |
Reason | Gets the reason for the change in state. |
![]() |
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 | Creates a string showing the values of the properties in this event args class (Overrides StateChangedEventArgs<T>.ToString().) |
Top