+ The <xref:System.Threading.Tasks.ParallelOptions.MaxDegreeOfParallelism%2A> property affects the number of concurrent operations run by <xref:System.Threading.Tasks.Parallel> method calls that are passed this <xref:System.Threading.Tasks.ParallelOptions> instance. A positive property value limits the number of concurrent operations to the set value. If it is -1, there is no limit on the number of concurrently running operations (with the exception of the <xref:System.Threading.Tasks.Parallel.ForEachAsync%2A> method, where -1 means <xref:System.Environment.ProcessorCount%2A>).
0 commit comments