VsTaskLibraryHelper::Delay Method (IVsTaskSchedulerService^, Double)
Visual Studio 2015
Retrieves 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)
public: static IVsTask^ Delay( IVsTaskSchedulerService^ scheduler, double delayMilliseconds )
Parameters
- scheduler
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsTaskSchedulerService^
[in] The task scheduler service.
- delayMilliseconds
-
Type:
System::Double
[in] The number of milliseconds to delay the subsequent task.
Show: