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