System.Threading.Tasks.Task.Start Method

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

Syntax

public void Start ()

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