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입니다.

적용 대상