次の方法で共有


SlidingWindowRateLimiterOptions.AutoReplenishment プロパティ

定義

が要求カウンターを SlidingWindowRateLimiter 自動的に補充するのか、他の誰かがトークンを補充するためにを呼び出 TryReplenish() すのかを指定します。

public bool AutoReplenishment { get; set; }
member this.AutoReplenishment : bool with get, set
Public Property AutoReplenishment As Boolean

プロパティ値

既定では true です。

適用対象