RealTimeConnection.ThrottlingStateChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)