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배입니다.

적용 대상