Edit

SlidingWindowRateLimiterOptions.AutoReplenishment Property

Definition

Specifies whether the SlidingWindowRateLimiter automatically replenishes request counters or if someone else will be calling TryReplenish() to replenish request 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