RegistrationStateChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines state change EventArgs for Registration state changes.
public ref class RegistrationStateChangedEventArgs : Microsoft::Rtc::Signaling::StateChangedEventArgs<Microsoft::Rtc::Signaling::RegistrationState>
public class RegistrationStateChangedEventArgs : Microsoft.Rtc.Signaling.StateChangedEventArgs<Microsoft.Rtc.Signaling.RegistrationState>
type RegistrationStateChangedEventArgs = class
inherit StateChangedEventArgs<RegistrationState>
Public Class RegistrationStateChangedEventArgs
Inherits StateChangedEventArgs(Of RegistrationState)
- Inheritance
Properties
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. |
State |
Gets the new state for the object. (Inherited from StateChangedEventArgs<T>) |
UserServicesState |
Gets the availability state of the User Services cluster. |
Methods
ToString() |
Returns a String that represents the current Microsoft.Rtc.Signaling.StateChangedEventArgs{T}. (Inherited from StateChangedEventArgs<T>) |