YieldAwaitable.YieldAwaiter Methods
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
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: