AwaitExtensions.TaskSchedulerAwaitable Structure

 

An awaitable that executes continuations on the specified task scheduler.

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

public struct TaskSchedulerAwaitable

NameDescription
System_CAPS_pubmethodAwaitExtensions.TaskSchedulerAwaitable(TaskScheduler, Boolean)

Initializes a new instance of the TaskSchedulerAwaitable.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetAwaiter()

Gets an awaitable that schedules continuations on the specified scheduler.

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

This type is thread-safe for all members.

Return to top
Show: