SchedulingOptions.MaxActiveThreads Property
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.
The MaxActiveThreads attribute specifies the maximum number of simultaneous active threads the scheduler will allow. Generally this number should be roughly equal to the number of cores on the node.
public int MaxActiveThreads { get; set; }
member this.MaxActiveThreads : int with get, set
Public Property MaxActiveThreads As Integer