Task<TResult> Properties
.NET Framework (current version)
Namespace:
System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AsyncState | |
![]() | CreationOptions | Gets the TaskCreationOptions used to create this task.(Inherited from Task.) |
![]() | Exception | Gets the AggregateException that caused the Task to end prematurely. If the Task completed successfully or has not yet thrown any exceptions, this will return null.(Inherited from Task.) |
![]() ![]() | Factory | Provides access to factory methods for creating and configuring Task<TResult> instances. |
![]() | Id | |
![]() | IsCanceled | |
![]() | IsCompleted | |
![]() | IsFaulted | |
![]() | Result | Gets the result value of this Task<TResult>. |
![]() | Status | Gets the TaskStatus of this task.(Inherited from Task.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IAsyncResult::AsyncWaitHandle | Gets a WaitHandle that can be used to wait for the task to complete.(Inherited from Task.) |
![]() ![]() | IAsyncResult::CompletedSynchronously | Gets an indication of whether the operation completed synchronously.(Inherited from Task.) |
Show:



