.NET Framework Class Library
TaskCompletionSource<TResult> Properties
The TaskCompletionSource<TResult> type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
Task | Gets the Task<TResult> created by this TaskCompletionSource<TResult>. |
See Also