Dela via


TokenBucketRateLimiterOptions.TokenLimit Property

Definition

Maximum number of tokens that can be in the bucket at any time. Must be set to a value > 0 by the time these options are passed to the constructor of TokenBucketRateLimiter.

public int TokenLimit { get; set; }
member this.TokenLimit : int with get, set
Public Property TokenLimit As Integer

Property Value

Applies to