The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataflowBlockOptions::TaskScheduler Property
Gets or sets the TaskScheduler to use for scheduling tasks.
Assembly: System.Threading.Tasks.Dataflow (in System.Threading.Tasks.Dataflow.dll)
public: property TaskScheduler^ TaskScheduler { TaskScheduler^ get(); void set(TaskScheduler^ value); }
Show: