RealTimeConnection.IsConnectionThrottled Property
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.
Gets the value indicating if the connection is throttled. If throttling is enabled, then a connection can be throttling based on the load. The application can refrain from sending more traffic using this connection until this connection gets out of throttling mode. For example, a signaling session caches a connection it uses for outgoing messages. If the corresponding connection is throttled, the application can refrain from sending more messages on that session until the connection is no longer throttled.
public:
property bool IsConnectionThrottled { bool get(); };
public bool IsConnectionThrottled { get; }
member this.IsConnectionThrottled : bool
Public ReadOnly Property IsConnectionThrottled As Boolean