Property ThreadCount
ThreadCount
Gets or sets the max number of threads to be used for processing. This value defaults to the number of physical cores available on the machine.
public static int ThreadCount { get; set; }
Property Value
- int
The default value is the number of processor cores available on the machine.