This document is archived and information here might be outdated. Recommended version. |
Number of threads to use. Optional. Default is 50% of available cores.
[Visual Basic .NET]
Public Property NumThreadsToUse As Integer
[C#]
public int NumThreadsToUse {get; set;}
[C++]
HRESULT get_NumThreadsToUse(
System.Int32* pNumThreads
);
[C++]
HRESULT put_NumThreadsToUse(
long pNumThreads
);
[C++] Parameters pNumThreads [out, retval]
pNumThreads is a parameter of type long* pNumThreads [in]
pNumThreads is a parameter of type long