System::Threading::Tasks::ParallelOptions::get_MaxDegreeOfParallelism method

ParallelOptions::get_MaxDegreeOfParallelism method

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

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

ReturnValue

The maximum number of concurrent tasks.

See Also