編集

SlidingWindowRateLimiterOptions.QueueLimit Property

Definition

Maximum cumulative permit count of queued acquisition requests. Must be set to a value >= 0 by the time these options are passed to the constructor of SlidingWindowRateLimiter.

public:
 property int QueueLimit { int get(); void set(int value); };
public int QueueLimit { get; set; }
member this.QueueLimit : int with get, set
Public Property QueueLimit As Integer

Property Value

Applies to