Method that determins if the incoming message should be throttled or not. If throttling is in effect, it should be rejected automatically.

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

Syntax

Visual Basic (Declaration)
Protected Friend 
Overridable 
Function 
IsThrottlingInEffect 
As 
Boolean
C#
protected internal 
virtual 
bool 
IsThrottlingInEffect()
Visual C++
protected public:
virtual 
bool 
IsThrottlingInEffect()
JavaScript
function 
isThrottlingInEffect();

Return Value

True if throttling is in effect. False otherwise.

See Also