TaskAwaiter Methods
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: mscorlib (in mscorlib.dll)
| 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. |
