System::Threading::ThreadPool::SetMinThreads method
ThreadPool::SetMinThreads method
Sets minimal number of threads owned by pool.
static bool System::Threading::ThreadPool::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 ThreadPool
- Namespace System::Threading
- Library Aspose.PUB for C++