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 | |
---|---|---|
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. | |
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