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.

C#
public int QueueLimit { get; set; }

Property Value

Applies to

Product Versions
ASP.NET Core 7.0, 8.0, 9.0