VsTaskLibraryHelper.GetAwaiter Method
Include Protected Members
Include Inherited Members
Internal use only.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetAwaiter(VsTaskAwaiter) | Internal use only. Gets the awaiter instance that contains the task that will be used to schedule continuations. Adds await support for an awaiter instance that can be returned from a call to ResumeWith. | |
GetAwaiter(IVsTask) | Internal use only. Gets the task to be used for scheduling continuations. |
Top