VsTaskLibraryHelper.ContinueWith Method

Include Protected Members
Include Inherited Members

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member ContinueWith(IVsTask, VsTaskRunContext, IVsTaskBody) Appends the provided action to this task to be run after the task is run to completion. The action is invoked on the context provided. Overrides ContinueWith.
Public methodStatic member ContinueWith(IVsTask, VsTaskRunContext, VsTaskContinuationOptions, IVsTaskBody, Object) Appends the provided action (using the specified options) to this task to be run after the task is run to completion. The action is invoked on the context provided. Overrides ContinueWithEx.

Top

See Also

Reference

VsTaskLibraryHelper Class

Microsoft.VisualStudio.Shell Namespace