다음을 통해 공유


HostingEnvironment.MaxConcurrentRequestsPerCPU 속성

정의

CPU당 최대 동시 요청 수를 가져오거나 설정합니다.

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

속성 값

Int32

CPU당 최대 동시 요청 수입니다.

적용 대상