[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() | Try |
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
(Overrides Throttle Try .) |
![]() | Try(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.
(Overrides Throttle Try(Double).) |
![]() | Try(DateTime, Double) |
Update current throttle timestamp
(Overrides Throttle Try(DateTime, Double).) |
See Also