RealTimeServerConnectionManager.IsThrottlingInEffect Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.