편집

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:
 property int TokenLimit { int get(); void set(int value); };
public int TokenLimit { get; set; }
member this.TokenLimit : int with get, set
Public Property TokenLimit As Integer

Property Value

Applies to