TeamFoundationTaskService.RemoveTask 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 | |
---|---|---|
RemoveTask(Guid, TeamFoundationTask) | Remove a task on the given host. | |
RemoveTask(String, TeamFoundationTask<String>) | ||
RemoveTask(TeamFoundationRequestContext, TeamFoundationTask) | Remove the task from the service. | |
RemoveTask(TeamFoundationRequestContext, TeamFoundationTaskCallback) | Remove the task for the associated callback. |
Top