RealTimeServerConnectionManager.IsThrottlingInEffect Method
Method that determines if the incoming message should be throttled or not. If throttling is in effect, it should be rejected automatically. Otherwise, it can be processed in placed in some queue (thread pool or internal). Once the application is notified, DecrementThrottleCount should be called. If rejected due to throttling, DecrementThrottleCount can be called right away.
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.
See Also
Reference
RealTimeServerConnectionManager Class