The methods of System.Threading.Tasks.TaskCompletionSource<TResult> are listed below. For a list of all members, see the TaskCompletionSource<TResult> Members list.
See Also: Inherited members from System.Object
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. |