Reason Property

Gets the reason for the state transition, if known.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property Reason As EndpointTransitionReason
    Get
'Usage
Dim instance As EndpointStateChangedEventArgs
Dim value As EndpointTransitionReason

value = instance.Reason
public EndpointTransitionReason Reason { get; }

Property Value

Type: Microsoft.Rtc.Signaling..::..EndpointTransitionReason
An EndpointTransitionReason object containing the reason for the state transition, if known.

See Also

Reference

EndpointStateChangedEventArgs Class

EndpointStateChangedEventArgs Members

Microsoft.Rtc.Signaling Namespace