Bert.RateLimiters.StepUpLeakyTokenBucket.StepUpLeakyTokenBucket C# (CSharp) Method

StepUpLeakyTokenBucket() public method

public StepUpLeakyTokenBucket ( long maxTokens, long refillInterval, int refillIntervalInMilliSeconds, long stepTokens, long stepInterval, int stepIntervalInMilliseconds ) : System
maxTokens long
refillInterval long
refillIntervalInMilliSeconds int
stepTokens long
stepInterval long
stepIntervalInMilliseconds int
return System
        public StepUpLeakyTokenBucket(long maxTokens, long refillInterval, int refillIntervalInMilliSeconds, long stepTokens, long stepInterval, int stepIntervalInMilliseconds)
            : base(maxTokens, refillInterval, refillIntervalInMilliSeconds, stepTokens, stepInterval, stepIntervalInMilliseconds)
        {
        }