Modifica

TokenBucketRateLimiterOptions.ReplenishmentPeriod Property

Definition

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:
 property TimeSpan ReplenishmentPeriod { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan ReplenishmentPeriod { get; set; }
member this.ReplenishmentPeriod : TimeSpan with get, set
Public Property ReplenishmentPeriod As TimeSpan

Property Value

Applies to