FileTracker.SetThreadCount(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the global thread count, and assign that count to the current thread.
public:
static void SetThreadCount(int threadCount);
public static void SetThreadCount (int threadCount);
static member SetThreadCount : int -> unit
Public Shared Sub SetThreadCount (threadCount As Integer)
Parameters
- threadCount
- Int32
The thread count.