3 overrides of TryReplenish
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (1)
261public override bool TryReplenish()
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (1)
265public override bool TryReplenish()
System\Threading\RateLimiting\TokenBucketRateLimiter.cs (1)
268public override bool TryReplenish()
3 references to TryReplenish
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\DefaultPartitionedRateLimiter.cs (1)
258replenishingRateLimiter.TryReplenish();
System\Threading\RateLimiting\ReplenishingRateLimiter.cs (2)
13/// If <see cref="IsAutoReplenishing"/> is <see langword="false"/> then this is how often <see cref="TryReplenish"/> should be called. 19/// its tokens or if it expects an external source to regularly call <see cref="TryReplenish"/>.