Editar

SlidingWindowRateLimiter.ReplenishmentPeriod Property

Definition

Specifies how often the ReplenishingRateLimiter will replenish tokens. If IsAutoReplenishing is false then this is how often TryReplenish() should be called.

public:
 virtual property TimeSpan ReplenishmentPeriod { TimeSpan get(); };
public override TimeSpan ReplenishmentPeriod { get; }
member this.ReplenishmentPeriod : TimeSpan
Public Overrides ReadOnly Property ReplenishmentPeriod As TimeSpan

Property Value

Applies to