TeamFoundationTaskService.AddTask 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 | |
---|---|---|
AddTask(Guid, TeamFoundationTask) | Adds a task for the given host. | |
AddTask(String, TeamFoundationTask<String>) | ||
AddTask(TeamFoundationRequestContext, TeamFoundationTask) | Adds the task to the service. | |
AddTask(TeamFoundationRequestContext, TeamFoundationTaskCallback) | Adds a task for the specified callback to the service. |
Top