Task<TResult> 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

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<TResult>(Func<TResult>) Initializes a new Task<TResult> with the specified function.
Public method Task<TResult>(Func<TResult>, CancellationToken) Initializes a new Task<TResult> with the specified function.
Public method Task<TResult>(Func<TResult>, TaskCreationOptions) Initializes a new Task<TResult> with the specified function and creation options.
Public method Task<TResult>(Func<Object, TResult>, Object) Initializes a new Task<TResult> with the specified function and state.
Public method Task<TResult>(Func<TResult>, CancellationToken, TaskCreationOptions) Initializes a new Task<TResult> with the specified function and creation options.
Public method Task<TResult>(Func<Object, TResult>, Object, CancellationToken) Initializes a new Task<TResult> with the specified action, state, and options.
Public method Task<TResult>(Func<Object, TResult>, Object, TaskCreationOptions) Initializes a new Task<TResult> with the specified action, state, and options.
Public method Task<TResult>(Func<Object, TResult>, Object, CancellationToken, TaskCreationOptions) Initializes a new Task<TResult> with the specified action, state, and options.

Top