SlidingWindowRateLimiterOptions.AutoReplenishment プロパティ

定義

SlidingWindowRateLimiterが要求カウンターを自動的に補充するか、他のユーザーが要求カウンターを補充するために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 です。

適用対象