HostingEnvironment.MaxConcurrentThreadsPerCPU Property

Definition

Gets or sets the maximum concurrent threads per CPU.

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

Property Value

The maximum concurrent threads per CPU.

Applies to