Partilhar via


RealTimeConnection.IsConnectionThrottled Property

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.

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

Syntax

'Declaration
Public ReadOnly Property IsConnectionThrottled As Boolean
    Get
'Usage
Dim instance As RealTimeConnection
Dim value As Boolean

value = instance.IsConnectionThrottled
public bool IsConnectionThrottled { get; }

Property Value

Type: System.Boolean

See Also

Reference

RealTimeConnection Class

RealTimeConnection Members

Microsoft.Rtc.Signaling Namespace