IVsTaskCompletionSource::AddDependentTask Method (IVsTask^)

 

Adds the specified task to the task completion sources dependent task list. Then if Wait is called on IVsTaskCompletionSource.Task, the UI can be unblocked correctly.

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

void AddDependentTask(
	IVsTask^ pTask
)

Parameters

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

The task to add to the list.

Return to top
Show: