TokenBucketRateLimiterOptions.ReplenishmentPeriod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the minimum period between replenishments. Must be set to a value greater than Zero by the time these options are passed to the constructor of TokenBucketRateLimiter.
public TimeSpan ReplenishmentPeriod { get; set; }
member this.ReplenishmentPeriod : TimeSpan with get, set
Public Property ReplenishmentPeriod As TimeSpan