System::Threading::ThreadPool::SetMaxThreads 메서드
ThreadPool::SetMaxThreads method
풀에 소유된 스레드 수를 설정합니다.
static bool System::Threading::ThreadPool::SetMaxThreads(int wt, int cpt)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| wt | int | 워커 스레드의 최대 수. |
| cpt | int | 최대 IO 스레드 수. |
ReturnValue
매개변수가 허용되면 true, 그렇지 않으면 false.
또 보기
- Class ThreadPool
- Namespace System::Threading
- Library Aspose.Page for C++