Share via


QueuePolicyOptions.MaxConcurrentRequests Property

Definition

Maximum number of concurrent requests. Any extras will be queued on the server. This option is highly application dependant, and must be configured by the application.

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

Property Value

Applies to