IsThrottlingInEffect Method

Determines if the incoming message should be throttled or not.

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

Syntax

'Declaration
Protected Friend Overridable Function IsThrottlingInEffect As Boolean
'Usage
Dim returnValue As Boolean

returnValue = Me.IsThrottlingInEffect()
protected internal virtual bool IsThrottlingInEffect()

Return Value

Type: System..::..Boolean
true if throttling is in effect; false otherwise.

Remarks

If throttling is in effect, the incoming message should be rejected automatically.

See Also

Reference

RealTimeConnectionManager Class

RealTimeConnectionManager Members

Microsoft.Rtc.Signaling Namespace