System::Threading::ThreadPoolImpl::SetMinThreads metode
ThreadPoolImpl::SetMinThreads method
Mengatur jumlah minimal thread yang dimiliki oleh pool.
bool System::Threading::ThreadPoolImpl::SetMinThreads(int wt, int cpt)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| wt | int | Jumlah minimal thread pekerja. |
| cpt | int | Jumlah minimal thread IO. |
ReturnValue
True jika parameter diterima, false jika tidak.
Lihat Juga
- Class ThreadPoolImpl
- Namespace System::Threading
- Library Aspose.Page for C++