SubscriptionStateChangedEventArgs.ReasonForChange Property
Gets the reason for change for the transition, either server or client.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ReasonForChange As TransitionReason
Get
'Usage
Dim instance As SubscriptionStateChangedEventArgs
Dim value As TransitionReason
value = instance.ReasonForChange
public TransitionReason ReasonForChange { get; }
Property Value
Type: Microsoft.Rtc.Signaling.TransitionReason
See Also
Reference
SubscriptionStateChangedEventArgs Class