ThrottlingStateChanged Event
Raised when there is a change in connection throttling state.
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
Remarks
When ThrottlingStateChanged is raised, the application can check the IsConnectionThrottled property to determine if the connection is throttled or not.