Throttler.Check method
Records an attempt and checks whether the throttling limit has been exceeded.
public bool Check()
Return Value
true if the attempt is within the allowed limit; false if throttled.
See Also
- class Throttler
Records an attempt and checks whether the throttling limit has been exceeded.
public bool Check()
true if the attempt is within the allowed limit; false if throttled.