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