다음을 통해 공유


HostingEnvironment.MaxConcurrentThreadsPerCPU 속성

정의

CPU당 최대 동시 스레드 수를 가져오거나 설정합니다.

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

속성 값

CPU당 최대 동시 스레드 수입니다.

적용 대상