TaskAwaiter Structure
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides an object that waits for the completion of an asynchronous task.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | IsCompleted | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the asynchronous task has completed. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetResult() | This API supports the product infrastructure and is not intended to be used directly from your code. Ends the wait for the completion of the asynchronous task. |
![]() | GetType() | |
![]() | OnCompleted(Action^) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the action to perform when the TaskAwaiter object stops waiting for the asynchronous task to complete. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
![]() | UnsafeOnCompleted(Action^) | This API supports the product infrastructure and is not intended to be used directly from your code. Schedules the continuation action for the asynchronous task that is associated with this awaiter. |
This type and its members are intended for compiler use only.
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

