ConversationContextChannelStateChangedEventArgs.TransitionReason 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 TransitionReason As ConversationContextChannelStateTransitionReason
Get
'Usage
Dim instance As ConversationContextChannelStateChangedEventArgs
Dim value As ConversationContextChannelStateTransitionReason
value = instance.TransitionReason
public ConversationContextChannelStateTransitionReason TransitionReason { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.ConversationContextChannelStateTransitionReason
See Also
Reference
ConversationContextChannelStateChangedEventArgs Class