RegistrationStateChangedEventArgs Class

Definition

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
RegistrationStateChangedEventArgs

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>)

Applies to