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
- Typedef SharedPtr
- Class TaskScheduler
- Class ParallelOptions
- Namespace System::Threading::Tasks
- Library Aspose.PDF for C++