VsTaskLibraryHelper::Wait Method (IVsTask^, Int32)
Visual Studio 2015
Waits for the task to complete (not including any continuations). Override for WaitEx with default options.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- task
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsTask^
The task that is to wait to complete.
- millisecondsTimeout
-
Type:
System::Int32
The timeout (in milliseconds) or INFINITE.
Show: