IThrottle Try Method (Double)NFX Class Library

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

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.

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

bool Try(
	double value
)

Return Value

Type: OnlineBoolean
See Also