Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Specifies the number of threads to create and make available to execute tasks.
Syntax
HRESULT retVal = object.SetThreadPoolSize(ulNumThreads);
Parameters
ulNumThreads [in]
Type: unsigned longNumber of threads to make available in the thread pool.
Remarks
This method is used to define how many threads can be used to process tasks. If set to zero, the thread scheduling the work executes it.