TokenBucketRateLimiterOptions.AutoReplenishment Property

Definition

Specified whether the TokenBucketRateLimiter is automatically replenishing tokens or if someone else will be calling TryReplenish() to replenish tokens.

public bool AutoReplenishment { get; set; }
member this.AutoReplenishment : bool with get, set
Public Property AutoReplenishment As Boolean

Property Value

true by default.

Applies to