ReplenishingRateLimiter.TryReplenish Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to replenish tokens.
public abstract bool TryReplenish ();
abstract member TryReplenish : unit -> bool
Public MustOverride Function TryReplenish () As Boolean
Returns
Generally returns false
if IsAutoReplenishing is enabled
or if no tokens were replenished. Otherwise true
.