System::Threading::ThreadPool::SetMaxThreads-Methode

ThreadPool::SetMaxThreads method

Setzt die Anzahl der vom Pool verwalteten Threads.

static bool System::Threading::ThreadPool::SetMaxThreads(int wt, int cpt)
ParameterTypBeschreibung
wtintMaximale Anzahl von Worker-Threads.
cptintMaximale Anzahl von IO Threads.

ReturnValue

True, wenn die Parameter akzeptiert wurden, sonst false.

Siehe auch