HostingEnvironment.MaxConcurrentThreadsPerCPU プロパティ

定義

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

プロパティ値

CPU あたりの最大同時実行スレッド数。

適用対象