ConcurrencyLimiterOptions.PermitLimit Property

Definition

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

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

Property Value

Applies to