get_MaxDegreeOfParallelism()

ParallelOptions::get_MaxDegreeOfParallelism() method

Gets the maximum degree of parallelism enabled by this ParallelOptions instance.

int32_t System::Threading::Tasks::ParallelOptions::get_MaxDegreeOfParallelism()

Return Value

The maximum number of concurrent tasks.

See Also