HostingEnvironment.MaxConcurrentRequestsPerCPU プロパティ

定義

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

プロパティ値

CPU あたりの最大同時要求数。

適用対象