Base:
property
ReplenishmentPeriod
System.Threading.RateLimiting.ReplenishingRateLimiter.ReplenishmentPeriod
3 references to ReplenishmentPeriod
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (3)
95
_renewTimer = new Timer(Replenish, this,
ReplenishmentPeriod
,
ReplenishmentPeriod
);
299
if (RateLimiterHelper.GetElapsedTime(_lastReplenishmentTick, nowTicks) <
ReplenishmentPeriod
&& !_options.AutoReplenishment)