See Also: TaskScheduler Members
System.Threading.Tasks.TaskScheduler acts as the extension point for all pluggable scheduling logic. This includes mechanisms such as how to schedule a task for execution, and how scheduled tasks should be exposed to debuggers.
For more information and code examples, see Task Schedulers.
Several sample task schedulers are available on Code Gallery: tp://go.microsoft.com/fwlink/?LinkID=165717.