SlidingWindowThrottle Try Method NFX Class Library

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

Overload List

  NameDescription
Public methodTry 
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
(Inherited from Throttle.)
Public methodTry(Double)
Checks whether the current throttle rate limit has not been reached for the provided value. This method is usually used to throttle based on values like financial amounts, data volumes, user counts, etc.
(Inherited from Throttle.)
Protected methodTry(DateTime, Double)
Add value to the bucket associated with time
(Overrides Throttle Try(DateTime, Double).)
Back to Top
See Also