Click or drag to resize
CoreTaskExtensionsSelect Method
Overload List
  NameDescription
Public methodStatic memberSelect(Task, ActionTask)
Synchronously execute a continuation when a task completes successfully.
Public methodStatic memberSelectTResult(Task, FuncTask, TResult)
Synchronously execute a continuation when a task completes successfully.
Public methodStatic memberSelectTSource(TaskTSource, ActionTaskTSource)
Synchronously execute a continuation when a task completes successfully.
Public methodStatic memberSelectTSource, TResult(TaskTSource, FuncTaskTSource, TResult)
Synchronously execute a continuation when a task completes successfully.
Public methodStatic memberSelect(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.
Public methodStatic memberSelectTResult(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.
Public methodStatic memberSelectTSource(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.
Public methodStatic memberSelectTSource, 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.
Top
See Also