Share via


TokenBucketRateLimiterOptions.TokensPerPeriod Property

Definition

Specifies the maximum number of tokens to restore each replenishment. Must be set to a value > 0 by the time these options are passed to the constructor of TokenBucketRateLimiter.

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

Property Value

Applies to