AwaitExtensions.TaskSchedulerAwaiter Structure

 

An awaiter returned from GetAwaiter.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public struct TaskSchedulerAwaiter : INotifyCompletion

NameDescription
System_CAPS_pubmethodAwaitExtensions.TaskSchedulerAwaiter(TaskScheduler, Boolean)

Initializes a new instance of the TaskSchedulerAwaiter.

NameDescription
System_CAPS_pubpropertyIsCompleted

Determines whether or not a yield is necessary.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetResult()

Does nothing.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodOnCompleted(Action)

Schedules a continuation to execute using the specified task scheduler.

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

This type is thread-safe for all members.

Return to top
Show: