3 overrides of TryReplenish
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (1)
261
public override bool
TryReplenish
()
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (1)
265
public override bool
TryReplenish
()
System\Threading\RateLimiting\TokenBucketRateLimiter.cs (1)
268
public override bool
TryReplenish
()
3 references to TryReplenish
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\DefaultPartitionedRateLimiter.cs (1)
258
replenishingRateLimiter.
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
"/>.