TokenBucketRateLimiter.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 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 : TimeSpanPublic Overrides ReadOnly Property ReplenishmentPeriod As TimeSpan