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 倍。

適用於