Task Constructor

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Initializes a new Task.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Task(Action) Initializes a new Task with the specified action.
Public method Task(Action, CancellationToken) Initializes a new Task with the specified action and CancellationToken.
Public method Task(Action, TaskCreationOptions) Initializes a new Task with the specified action and creation options.
Public method Task(Action<Object>, Object) Initializes a new Task with the specified action and state.
Public method Task(Action, CancellationToken, TaskCreationOptions) Initializes a new Task with the specified action and creation options.
Public method Task(Action<Object>, Object, CancellationToken) Initializes a new Task with the specified action, state, and options.
Public method Task(Action<Object>, Object, TaskCreationOptions) Initializes a new Task with the specified action, state, and options.
Public method Task(Action<Object>, Object, CancellationToken, TaskCreationOptions) Initializes a new Task with the specified action, state, and options.

Top