get_MaximumConcurrencyLevel()

TaskScheduler::get_MaximumConcurrencyLevel() const method

Indicates the maximum concurrency level this TaskScheduler is able to support.

virtual int32_t System::Threading::Tasks::TaskScheduler::get_MaximumConcurrencyLevel() const

Return Value

An integer that represents the maximum concurrency level.

See Also