Language

ProjectGraphOptions.DegreeOfParallelism Property

Definition

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

Property Value

Applies to