ConfiguredTaskAwaitable(Of TResult).ConfiguredTaskAwaiter 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 on the completed task.

System_CAPS_pubmethodGetType()

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

System_CAPS_pubmethodOnCompleted(Action)

Schedules the continuation action for the task associated with this awaiter.

System_CAPS_pubmethodToString()

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

System_CAPS_pubmethodUnsafeOnCompleted(Action)

Schedules the continuation action for the task associated with this awaiter.

Return to top
Show: