RegistrationStateChangedEventArgs Members
Include Protected Members
Include Inherited Members
Defines state change EventArgs for Registration state changes.
The RegistrationStateChangedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
MessageData | Returns the message data containing the message received on state transition. |
![]() |
PreviousState | Gets the previous state for the object. (inherited from StateChangedEventArgs<T>) |
![]() |
Reason | Returns the reason, if known, for the state transition. |
![]() |
ResponseData | Obsolete. Returns the response data containing the message received on state transition. |
![]() |
State | Gets the new state for the object. (inherited from StateChangedEventArgs<T>) |
![]() |
UserServicesState | Gets the availability state of the User Services cluster. |
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