Edit

Share via


RealTimeServerConnectionManager.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. 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.

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

Returns

True if throttling is in effect. False otherwise.

Applies to