Skip to content

ITransactionOverloadDetector Methods

Detects when the transaction start rate exceeds the configured load-shedding limit.

IsOverloaded

abstract
public abstract bool IsOverloaded()
Determines whether new transactions should be rejected because the transaction start rate is over its limit.

Returns

true when transaction load shedding is enabled and the measured rate exceeds its limit; otherwise, false.