ThreadPool.SetThreadCount Method |
Language: |
Visual Basic Public Sub SetThreadCount( _
ByVal processorNumber As Integer, _
ByVal numThreads As Integer _
)C# public void SetThreadCount(
int processorNumber,
int numThreads
);C++ public:
void SetThreadCount(
int processorNumber,
int numThreads
);JScript public function SetThreadCount(
processorNumber : int,
numThreads : int
);
processorNumber System.Int32
numThreads System.Int32
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center