VsTaskLibraryHelper::Delay Method (IVsTaskSchedulerService^, TimeSpan)
Visual Studio 2015
Returns a task that delays execution of the subsequent task by a given period of time.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- scheduler
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsTaskSchedulerService^
[in] The task scheduler service.
- delay
-
Type:
System::TimeSpan
[in] The amount of time to delay the subsequent task.
Show: