Starts the System.Threading.Tasks.Task, scheduling it for execution to the specified System.Threading.Tasks.TaskScheduler.
- scheduler
- The System.Threading.Tasks.TaskScheduler with which to associate and execute this task.
A task may only be started and run only once. Any attempts to schedule a task a second time will result in an exception.