Share via


ReplenishingRateLimiter.TryReplenish Method

Definition

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.

Applies to