BlockingTaskEventArgs Constructor (IVsTask^, IVsTask^)
Visual Studio 2015
Instantiates a new instance of BlockingTaskEventArgs with the specified tasks.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Parameters
- blockingTask
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsTask^
The blocking task.
- blockedTask
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsTask^
The blocked task.
Show: