VsTaskLibraryHelper::GetAwaiter Method (IVsTask^)
Visual Studio 2015
Internal use only. Gets the task to be used for scheduling continuations.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- task
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsTask^
[in] The task to be used for scheduling continuations.
Return Value
Type: Microsoft.Internal.VisualStudio.Shell::VsTaskAwaiter^An awaitable object for the IVsTask instance.
Show: