System.Threading.Tasks.TaskExtensions: Method Members

The methods of System.Threading.Tasks.TaskExtensions are listed below. For a list of all members, see the TaskExtensions Members list.

See Also: Inherited members from System.Object

Public Methods

static
Unwrap(this Task<Task>) : Task

Creates a proxy System.Threading.Tasks.Task that represents the asynchronous operation of a TaskScheduler.TryExecuteTaskInline(Task, bool).

static
Unwrap<TResult>(this Task<Task<TResult>>) : Task<TResult>

Creates a proxy System.Threading.Tasks.Task that represents the asynchronous operation of a Task<Task<T>> (C#) or Task (Of Task(Of T)) (Visual Basic).