HostingEnvironment.MaxConcurrentRequestsPerCPU Property

Definition

Gets or sets the maximum concurrent requests per CPU.

public:
 static property int MaxConcurrentRequestsPerCPU { int get(); void set(int value); };
public static int MaxConcurrentRequestsPerCPU { get; set; }
static member MaxConcurrentRequestsPerCPU : int with get, set
Public Shared Property MaxConcurrentRequestsPerCPU As Integer

Property Value

The maximum concurrent requests per CPU.

Applies to