ProjectGraphOptions.DegreeOfParallelism 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 degree of parallelism to use when constructing the graph. Defaults to the number of logical cores on the machine.
public:
property int DegreeOfParallelism { int get(); void set(int value); };
public int DegreeOfParallelism { get; init; }
member this.DegreeOfParallelism : int with get, set
Public Property DegreeOfParallelism As Integer