System::Threading::Tasks::ParallelOptions::get_TaskScheduler method

ParallelOptions::get_TaskScheduler method

Gets the TaskScheduler associated with this ParallelOptions instance.

const SharedPtr<TaskScheduler> & System::Threading::Tasks::ParallelOptions::get_TaskScheduler()

ReturnValue

The TaskScheduler used for scheduling tasks.

See Also