System.Threading.Tasks.Task.Start Method

Starts the System.Threading.Tasks.Task, scheduling it for execution to the specified System.Threading.Tasks.TaskScheduler.

Syntax

public void Start (TaskScheduler scheduler)

Parameters

scheduler
The System.Threading.Tasks.TaskScheduler with which to associate and execute this task.

Remarks

A task may only be started and run only once. Any attempts to schedule a task a second time will result in an exception.

Requirements

Namespace: System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0