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