SignalingStateChangedEventArgs Class

Definition

Indicates changes in SignalingState.

public ref class SignalingStateChangedEventArgs : Microsoft::Rtc::Signaling::StateChangedEventArgs<Microsoft::Rtc::Signaling::SignalingState>
public class SignalingStateChangedEventArgs : Microsoft.Rtc.Signaling.StateChangedEventArgs<Microsoft.Rtc.Signaling.SignalingState>
type SignalingStateChangedEventArgs = class
    inherit StateChangedEventArgs<SignalingState>
Public Class SignalingStateChangedEventArgs
Inherits StateChangedEventArgs(Of SignalingState)
Inheritance
SignalingStateChangedEventArgs

Properties

MessageData

Gets the message data associated with this state transition, if any. This can be null.

PreviousState

Gets the previous state for the object.

(Inherited from StateChangedEventArgs<T>)
Reason

Gets the reason, if known, for the state transition.

State

Gets the new state for the object.

(Inherited from StateChangedEventArgs<T>)

Methods

ToString()

Returns a String that represents the current Microsoft.Rtc.Signaling.StateChangedEventArgs{T}.

(Inherited from StateChangedEventArgs<T>)

Applies to