FixedWindowRateLimiterOptions.AutoReplenishment プロパティ

定義

FixedWindowRateLimiterがカウンターを自動的に更新するか、他のユーザーがTryReplenish()を呼び出してカウンターを更新するかを指定します。

public:
 property bool AutoReplenishment { bool get(); void set(bool value); };
public bool AutoReplenishment { get; set; }
member this.AutoReplenishment : bool with get, set
Public Property AutoReplenishment As Boolean

プロパティ値

既定では true です。

適用対象