TokenBucketRateLimiterOptions.AutoReplenishment Propriedade

Definição

Especifica se os TokenBucketRateLimiter tokens são reabastecidos automaticamente ou se outra pessoa chamará TryReplenish() para repor tokens.

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

Valor da propriedade

true por padrão.

Aplica-se a