SimpleDataflow<T>.MaxDegreeOfParallelism method

Sets the maximum degree of parallelism for the next blocks.

public SimpleDataflow MaxDegreeOfParallelism(int value)

Remarks

If this method is not called, the default is Environment.ProcessorCount / 2.

See Also