ReplenishingRateLimiter.TryReplenish メソッド

定義

トークンの補充を試みます。

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

返品

通常、falseが有効になっている場合、またはトークンが補充されなかった場合は、IsAutoReplenishingが返されます。 それ以外の場合は true

適用対象