Share via


ITeamFoundationTaskService Interface

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<DefaultServiceImplementationAttribute(GetType(TeamFoundationTaskService))> _
Public Interface ITeamFoundationTaskService _
    Inherits ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(TeamFoundationTaskService))]
public interface ITeamFoundationTaskService : ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(TeamFoundationTaskService))]
public interface class ITeamFoundationTaskService : ITeamFoundationService
[<DefaultServiceImplementationAttribute(typeof(TeamFoundationTaskService))>]
type ITeamFoundationTaskService =  
    interface 
        interface ITeamFoundationService 
    end
public interface ITeamFoundationTaskService extends ITeamFoundationService

The ITeamFoundationTaskService type exposes the following members.

Methods

  Name Description
Public method AddTask(Guid, TeamFoundationTask)
Public method AddTask(String, TeamFoundationTask<String>)
Public method AddTask(TeamFoundationRequestContext, TeamFoundationTask)
Public method AddTask(TeamFoundationRequestContext, TeamFoundationTaskCallback)
Public method RemoveAllTasks
Public method RemoveTask(Guid, TeamFoundationTask)
Public method RemoveTask(String, TeamFoundationTask<String>)
Public method RemoveTask(TeamFoundationRequestContext, TeamFoundationTask)
Public method RemoveTask(TeamFoundationRequestContext, TeamFoundationTaskCallback)
Public method ServiceEnd ServiceEnd is called when the Host is being Shutdown and this service should free all resources it is holding onto. (Inherited from ITeamFoundationService.)
Public method ServiceStart ServiceStart is called when the service is initialized. If the service is intialized asynchronously it must implement Service_Ready which is used to determine when the service is ready for users to access it. (Inherited from ITeamFoundationService.)

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace