Skip to content

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