Edit

Share via


RealTimeConnection.ThrottlingStateChanged Event

Definition

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.

public:
 event EventHandler<EventArgs ^> ^ ThrottlingStateChanged;
public event EventHandler<EventArgs> ThrottlingStateChanged;
member this.ThrottlingStateChanged : EventHandler<EventArgs> 
Public Custom Event ThrottlingStateChanged As EventHandler(Of EventArgs) 

Event Type

Applies to