HttpSysOptions.MaxAccepts 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可同時接受的數目上限。 預設值是 所 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 倍。