ITeamFoundationJobExtension Interface
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<InheritedExportAttribute> _
Public Interface ITeamFoundationJobExtension
[InheritedExportAttribute]
public interface ITeamFoundationJobExtension
[InheritedExportAttribute]
public interface class ITeamFoundationJobExtension
[<InheritedExportAttribute>]
type ITeamFoundationJobExtension = interface end
public interface ITeamFoundationJobExtension
The ITeamFoundationJobExtension type exposes the following members.
Methods
Name | Description | |
---|---|---|
Run | Perform one occurrence of a job. This method should not return until job execution is stopped or completed. |
Top