FixedWindowRateLimiterOptions.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 FixedWindowRateLimiter.

public int QueueLimit { get; set; }
member this.QueueLimit : int with get, set
Public Property QueueLimit As Integer

Property Value

Applies to