Edit

FixedWindowRateLimiterOptions.AutoReplenishment Property

Definition

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

public:
 property bool AutoReplenishment { bool get(); void set(bool value); };
public bool AutoReplenishment { get; set; }
member this.AutoReplenishment : bool with get, set
Public Property AutoReplenishment As Boolean

Property Value

true by default.

Applies to