2 references to Replenish
System.Threading.RateLimiting (2)
System\Threading\RateLimiting\TokenBucketRateLimiter.cs (2)
89
_renewTimer = new Timer(
Replenish
, this, _options.ReplenishmentPeriod, _options.ReplenishmentPeriod);
273
Replenish
(this);