ReplenishingRateLimiter.TryReplenish 方法

定義

嘗試補充權杖。

public abstract bool TryReplenish ();
abstract member TryReplenish : unit -> bool
Public MustOverride Function TryReplenish () As Boolean

傳回

一般而言,如果 IsAutoReplenishing 已啟用,或未補充權杖,則傳回 false 。 否則為 true

適用於