Metode System::Threading::ThreadPool::SetMinThreads
ThreadPool::SetMinThreads method
Mengatur jumlah minimal thread yang dimiliki oleh pool.
static bool System::Threading::ThreadPool::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 ThreadPool
- Namespace System::Threading
- Library Aspose.Page for C++