The members of System.Threading.Tasks.TaskCompletionSource<TResult> are listed below.
See Also: Inherited members from System.Object
Creates a System.Threading.Tasks.TaskCompletionSource`1 with the specified state. | ||
Creates a System.Threading.Tasks.TaskCompletionSource`1 with the specified options. | ||
Creates a System.Threading.Tasks.TaskCompletionSource`1 with the specified state and options. |
[read-only] | Task | Task<TResult>.
Gets the System.Threading.Tasks.Task`1 created by this System.Threading.Tasks.TaskCompletionSource`1. |
SetCanceled()
| ||
SetException(IEnumerable<Exception>)
| ||
SetException(Exception)
| ||
SetResult(TResult)Documentation for this section has not yet been entered. | ||
TrySetCanceled()
| ||
TrySetException(IEnumerable<Exception>)
| ||
TrySetException(Exception)
| ||
TrySetResult(TResult)Documentation for this section has not yet been entered. |