Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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