BlockingTaskEventArgs Constructor (IVsTask^, IVsTask^)

 

Instantiates a new instance of BlockingTaskEventArgs with the specified tasks.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

public:
BlockingTaskEventArgs(
	IVsTask^ blockingTask,
	IVsTask^ blockedTask
)

Parameters

blockingTask
Type: Microsoft.VisualStudio.Shell.Interop::IVsTask^

The blocking task.

blockedTask
Type: Microsoft.VisualStudio.Shell.Interop::IVsTask^

The blocked task.

Return to top
Show: