LocalEndpointStateChangedEventArgs.Reason Property
Gets the reason for the change in state.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Reason As LocalEndpointStateTransitionReason
Get
'Usage
Dim instance As LocalEndpointStateChangedEventArgs
Dim value As LocalEndpointStateTransitionReason
value = instance.Reason
public LocalEndpointStateTransitionReason Reason { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.LocalEndpointStateTransitionReason
See Also
Reference
LocalEndpointStateChangedEventArgs Class