TaskCompletionSourceExtensionsSetFromTask Method |
Name | Description | |
---|---|---|
SetFromTaskTSource, TResult(TaskCompletionSourceTResult, TaskTSource) |
Transfers the result of a TaskTResult to a TaskCompletionSourceTResult. | |
SetFromTaskTResult(TaskCompletionSourceTResult, Task, TResult) |
Transfers the result of a TaskTResult to a TaskCompletionSourceTResult,
using a specified result value when the task is in the RanToCompletion
state.
|