HttpSysOptions.MaxAccepts プロパティ

定義

同時受け入れの最大数です。 既定値は、 によって ProcessorCount返されるプロセッサの数の 5 倍です。

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

プロパティ値

注釈

既定値は、 によって ProcessorCount返されるプロセッサの数の 5 倍です。

適用対象