IStepPerformer Interface
Provides the implementation of a Team Foundation Servicing Step.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<InheritedExportAttribute> _
Public Interface IStepPerformer
[InheritedExportAttribute]
public interface IStepPerformer
[InheritedExportAttribute]
public interface class IStepPerformer
[<InheritedExportAttribute>]
type IStepPerformer = interface end
public interface IStepPerformer
The IStepPerformer type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | The name of this StepPerformer. |
Top
Methods
Name | Description | |
---|---|---|
GetServicingStep | ||
PerformStep | Executes a known servicing step as specified in the arguments. |
Top