Task(TResult) Constructor

Task(Of TResult) Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

  NameDescription
Public method Task(Of TResult)(Func(Of TResult)) Initializes a new Task(Of TResult) with the specified function.
Public method Task(Of TResult)(Func(Of TResult), CancellationToken) Initializes a new Task(Of TResult) with the specified function.
Public method Task(Of TResult)(Func(Of TResult), TaskCreationOptions) Initializes a new Task(Of TResult) with the specified function and creation options.
Public method Task(Of TResult)(Func(Of Object, TResult), Object) Initializes a new Task(Of TResult) with the specified function and state.
Public method Task(Of TResult)(Func(Of TResult), CancellationToken, TaskCreationOptions) Initializes a new Task(Of TResult) with the specified function and creation options.
Public method Task(Of TResult)(Func(Of Object, TResult), Object, CancellationToken) Initializes a new Task(Of TResult) with the specified action, state, and options.
Public method Task(Of TResult)(Func(Of Object, TResult), Object, TaskCreationOptions) Initializes a new Task(Of TResult) with the specified action, state, and options.
Public method Task(Of TResult)(Func(Of Object, TResult), Object, CancellationToken, TaskCreationOptions) Initializes a new Task(Of TResult) with the specified action, state, and options.
Top

Show:
© 2017 Microsoft