Edit

Share via


RealTimeConnectionManager.IsThrottlingInEffect Method

Definition

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

protected public:
 virtual bool IsThrottlingInEffect();
protected internal virtual bool IsThrottlingInEffect ();
abstract member IsThrottlingInEffect : unit -> bool
override this.IsThrottlingInEffect : unit -> bool
Protected Friend Overridable Function IsThrottlingInEffect () As Boolean

Returns

True if throttling is in effect. False otherwise.

Applies to