| CoreTaskExtensionsSelect Method |
| Name | Description | |
|---|---|---|
| Select(Task, ActionTask) |
Synchronously execute a continuation when a task completes successfully.
| |
| SelectTResult(Task, FuncTask, TResult) |
Synchronously execute a continuation when a task completes successfully.
| |
| SelectTSource(TaskTSource, ActionTaskTSource) |
Synchronously execute a continuation when a task completes successfully.
| |
| SelectTSource, TResult(TaskTSource, FuncTaskTSource, TResult) |
Synchronously execute a continuation when a task completes successfully.
| |
| Select(Task, ActionTask, Boolean) |
Synchronously execute a continuation when a task completes. The supportsErrors
parameter specifies whether the continuation is executed if the antecedent task is faulted.
| |
| SelectTResult(Task, FuncTask, TResult, Boolean) |
Synchronously execute a continuation when a task completes. The supportsErrors
parameter specifies whether the continuation is executed if the antecedent task is faulted.
| |
| SelectTSource(TaskTSource, ActionTaskTSource, Boolean) |
Synchronously execute a continuation when a task completes. The supportsErrors
parameter specifies whether the continuation is executed if the antecedent task is faulted.
| |
| SelectTSource, TResult(TaskTSource, FuncTaskTSource, TResult, Boolean) |
Synchronously execute a continuation when a task completes. The supportsErrors
parameter specifies whether the continuation is executed if the antecedent task is faulted.
|