EndpointStateChangedEventArgs Class

Definition

Indicates changes in EndpointState.

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

Properties

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