HostingEnvironment.MaxConcurrentRequestsPerCPU 속성

정의

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

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

속성 값

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

적용 대상