set_TaskScheduler()
ParallelOptions::set_TaskScheduler(const SharedPtr<TaskScheduler>&) method
Sets the TaskScheduler associated with this ParallelOptions instance.
void System::Threading::Tasks::ParallelOptions::set_TaskScheduler(const SharedPtr<TaskScheduler> &value)
Arguments
| Parameter | Type | Description |
|---|---|---|
| value | const SharedPtr<TaskScheduler>& | The TaskScheduler to use for scheduling tasks. |
See Also
- Typedef SharedPtr
- Class TaskScheduler
- Class ParallelOptions
- Namespace System::Threading::Tasks
- Library Aspose.Slides