This documentation is archived and is not being maintained.
TeamFoundationTaskService Class
Visual Studio 2013
A service for queuing tasks to run one time or with a schedule using a pool of worker threads. When a task is executed, the provided task callback method is invoked.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The TeamFoundationTaskService type exposes the following members.
| 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. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | RemoveAllTasks | |
![]() | 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. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ITeamFoundationService::ServiceEnd | End the task service. |
![]() ![]() | ITeamFoundationService::ServiceStart | Start up the task service. |
Show:
