Partilhar via


RealTimeConnection.ThrottlingStateChanged Event

Raised when there is a change in connection throttling state. When this event is raised, the application can check the property IsConnectionThrottled to determine if the connection is throttled or not.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Event ThrottlingStateChanged As EventHandler(Of EventArgs)
'Usage
Dim instance As RealTimeConnection
Dim handler As EventHandler(Of EventArgs)

AddHandler instance.ThrottlingStateChanged, handler
public event EventHandler<EventArgs> ThrottlingStateChanged

See Also

Reference

RealTimeConnection Class

RealTimeConnection Members

Microsoft.Rtc.Signaling Namespace