FileTracker.SetThreadCount(Int32) Method

Definition

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.

Applies to