YieldAwaitable::YieldAwaiter Methods

.NET Framework (current version)
 

Namespace:   System.Runtime.CompilerServices
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Indicates whether this instance and a specified object are equal.(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Inherited from ValueType.)

System_CAPS_pubmethodGetResult()

Ends the await operation.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodOnCompleted(Action^)

Sets the continuation to invoke.

System_CAPS_pubmethodToString()

Returns the fully qualified type name of this instance.(Inherited from ValueType.)

System_CAPS_pubmethodUnsafeOnCompleted(Action^)

Posts the continuation back to the current context.

Return to top
Show: