Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Method that determines 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
'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.
See Also
Reference
RealTimeConnectionManager Class