YieldAwaitable::YieldAwaiter Methods
.NET Framework (current version)
Namespace:
System.Runtime.CompilerServices
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() | Ends the await operation. |
![]() | GetType() | |
![]() | OnCompleted(Action^) | Sets the continuation to invoke. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
![]() | UnsafeOnCompleted(Action^) | Posts the continuation back to the current context. |
Show:
