FixedWindowRateLimiterOptions.AutoReplenishment Property

Definition

Specified whether the FixedWindowRateLimiter is automatically refresh counters or if someone else will be calling TryReplenish() to refresh counters.

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

Property Value

true by default.

Applies to