ITeamFoundationGitCommitService Interface
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
<DefaultServiceImplementationAttribute(GetType(TeamFoundationGitCommitService))> _
Public Interface ITeamFoundationGitCommitService _
Inherits ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(TeamFoundationGitCommitService))]
public interface ITeamFoundationGitCommitService : ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(TeamFoundationGitCommitService))]
public interface class ITeamFoundationGitCommitService : ITeamFoundationService
[<DefaultServiceImplementationAttribute(typeof(TeamFoundationGitCommitService))>]
type ITeamFoundationGitCommitService =
interface
interface ITeamFoundationService
end
public interface ITeamFoundationGitCommitService extends ITeamFoundationService
The ITeamFoundationGitCommitService type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetPushData | ||
ServiceEnd | ServiceEnd is called when the Host is being Shutdown and this service should free all resources it is holding onto. (Inherited from ITeamFoundationService.) | |
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