TokenBucketRateLimiter.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 override TimeSpan ReplenishmentPeriod { get; }
member this.ReplenishmentPeriod : TimeSpan
Public Overrides ReadOnly Property ReplenishmentPeriod As TimeSpan

Property Value

Applies to