System::Threading::ThreadPoolImpl::SetMinThreads method
ThreadPoolImpl::SetMinThreads method
Sets minimal number of threads owned by pool.
bool System::Threading::ThreadPoolImpl::SetMinThreads(int wt, int cpt)
Parameter | Type | Description |
---|---|---|
wt | int | Minimal number of worker threads. |
cpt | int | Minimal number of IO threads. |
ReturnValue
True if parameters were accepted, false otherwise.
See Also
- Class ThreadPoolImpl
- Namespace System::Threading
- Library Aspose.PUB for C++