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