TaskCompletionSourceExtensionsTrySetFromTask Method |
Name | Description | |
---|---|---|
TrySetFromTaskTSource, TResult(TaskCompletionSourceTResult, TaskTSource) |
Attempts to transfer the result of a TaskTResult to a TaskCompletionSourceTResult. | |
TrySetFromTaskTResult(TaskCompletionSourceTResult, Task, TResult) |
Attempts to transfer the result of a TaskTResult to a TaskCompletionSourceTResult,
using a specified result value when the task is in the RanToCompletion
state.
|