ConfiguredTaskAwaitable<'TResult>.ConfiguredTaskAwaiter Structure
Provides an awaiter for an awaitable object(ConfiguredTaskAwaitable<'TResult>).
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | IsCompleted | Gets a value that specifies whether the task being awaited has been 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() | Ends the await on the completed task. |
![]() | GetType() | |
![]() | OnCompleted(Action) | Schedules the continuation action for the task associated with this awaiter. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
![]() | UnsafeOnCompleted(Action) | Schedules the continuation action for the task associated with this awaiter. |
This type is intended for compiler use; do not use it directly in your code.
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.

