AwaitExtensions.TaskSchedulerAwaiter Structure
Visual Studio 2015
An awaiter returned from GetAwaiter.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Name | Description | |
|---|---|---|
![]() | AwaitExtensions.TaskSchedulerAwaiter(TaskScheduler, Boolean) | Initializes a new instance of the TaskSchedulerAwaiter. |
| Name | Description | |
|---|---|---|
![]() | IsCompleted | Determines whether or not a yield is necessary. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetResult() | Does nothing. |
![]() | GetType() | (Inherited from Object.) |
![]() | OnCompleted(Action) | Schedules a continuation to execute using the specified task scheduler. |
![]() | ToString() | (Inherited from ValueType.) |
This type is thread-safe for all members.
Show:

