ReasonForChange Property

Gets whether the event is caused by the server or the 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
A member of the [TransitionReason] enumeration that indicates whether the event is caused by the server or the client.

See Also

Reference

SubscriptionStateChangedEventArgs Class

SubscriptionStateChangedEventArgs Members

Microsoft.Rtc.Signaling Namespace