IsThrottlingInEffect Method

Determines whether the incoming message should be throttled.

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

Syntax

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

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

Return Value

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

Remarks

If throttling is in effect, it should be rejected automatically. Otherwise, it can be processed in placed in some queue (threadpool or internal). Once the application is notified, DecrementThrottleCount should be called. If rejected due to throttling, DecrementThrottleCount can be called right away.

See Also

Reference

RealTimeServerConnectionManager Class

RealTimeServerConnectionManager Members

Microsoft.Rtc.Signaling Namespace