Share via


ConcurrencyLimiterOptions.QueueLimit Property

Definition

Maximum number of permits that can be queued concurrently. Must be set to a value >= 0 by the time these options are passed to the constructor of ConcurrencyLimiter.

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

Property Value

Applies to