Click or drag to resize
Akka.NETTokenBucket Constructor
Initializes a new instance of the TokenBucket class.

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected TokenBucket(
	long capacity,
	long ticksBetweenTokens
)

Parameters

capacity
Type: SystemInt64
TBD
ticksBetweenTokens
Type: SystemInt64
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when either the specified capacity is less than zero or the specified ticksBetweenTokens is less than or equal to zero.
See Also