System.Threading.Tasks.Task<TResult>: Method Members

The methods of System.Threading.Tasks.Task<TResult> are listed below. For a list of all members, see the Task<TResult> Members list.

See Also: Inherited members from System.Threading.Tasks.Task

Public Methods

ConfigureAwait(bool) : System.Runtime.CompilerServices.ConfiguredTaskAwaitable<TResult>

Configures an awaiter used to await this System.Threading.Tasks.Task`1.

ContinueWith(Action<Task<TResult>>) : Task
Documentation for this section has not yet been entered.
ContinueWith(Action<Task<TResult>,System.Object>, object) : Task
Documentation for this section has not yet been entered.
ContinueWith(Action<Task<TResult>>, System.Threading.CancellationToken) : Task
Documentation for this section has not yet been entered.
ContinueWith(Action<Task<TResult>>, TaskContinuationOptions) : Task
Documentation for this section has not yet been entered.
ContinueWith(Action<Task<TResult>>, TaskScheduler) : Task
Documentation for this section has not yet been entered.
ContinueWith(Action<Task<TResult>,System.Object>, object, System.Threading.CancellationToken) : Task
Documentation for this section has not yet been entered.
ContinueWith(Action<Task<TResult>,System.Object>, object, TaskContinuationOptions) : Task
Documentation for this section has not yet been entered.
ContinueWith(Action<Task<TResult>,System.Object>, object, TaskScheduler) : Task
Documentation for this section has not yet been entered.
ContinueWith(Action<Task<TResult>>, System.Threading.CancellationToken, TaskContinuationOptions, TaskScheduler) : Task
Documentation for this section has not yet been entered.
ContinueWith(Action<Task<TResult>,System.Object>, object, System.Threading.CancellationToken, TaskContinuationOptions, TaskScheduler) : Task
Documentation for this section has not yet been entered.
ContinueWith<TNewResult>(Func<Task<TResult>,TNewResult>) : Task<TNewResult>
Documentation for this section has not yet been entered.
ContinueWith<TNewResult>(Func<Task<TResult>,System.Object,TNewResult>, object) : Task<TNewResult>
Documentation for this section has not yet been entered.
ContinueWith<TNewResult>(Func<Task<TResult>,TNewResult>, System.Threading.CancellationToken) : Task<TNewResult>
Documentation for this section has not yet been entered.
ContinueWith<TNewResult>(Func<Task<TResult>,TNewResult>, TaskContinuationOptions) : Task<TNewResult>
Documentation for this section has not yet been entered.
ContinueWith<TNewResult>(Func<Task<TResult>,TNewResult>, TaskScheduler) : Task<TNewResult>
Documentation for this section has not yet been entered.
ContinueWith<TNewResult>(Func<Task<TResult>,System.Object,TNewResult>, object, System.Threading.CancellationToken) : Task<TNewResult>
Documentation for this section has not yet been entered.
ContinueWith<TNewResult>(Func<Task<TResult>,System.Object,TNewResult>, object, TaskContinuationOptions) : Task<TNewResult>
Documentation for this section has not yet been entered.
ContinueWith<TNewResult>(Func<Task<TResult>,System.Object,TNewResult>, object, TaskScheduler) : Task<TNewResult>
Documentation for this section has not yet been entered.
ContinueWith<TNewResult>(Func<Task<TResult>,TNewResult>, System.Threading.CancellationToken, TaskContinuationOptions, TaskScheduler) : Task<TNewResult>
Documentation for this section has not yet been entered.
ContinueWith<TNewResult>(Func<Task<TResult>,System.Object,TNewResult>, object, System.Threading.CancellationToken, TaskContinuationOptions, TaskScheduler) : Task<TNewResult>
Documentation for this section has not yet been entered.
GetAwaiter() : System.Runtime.CompilerServices.TaskAwaiter<TResult>

Gets an awaiter used to await this System.Threading.Tasks.Task`1.