NOPThrottle Try Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Checks whether the current throttle rate limit has not been reached per one unit of measurement. This method is usually used to throttle based on pass count

Namespace: NFX.Throttling
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public override bool Try()

Return Value

Type: OnlineBoolean

Implements

IThrottle Try 
See Also