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
Public property Name The name of this StepPerformer.

Top

Methods

  Name Description
Public method GetServicingStep
Public method PerformStep Executes a known servicing step as specified in the arguments.

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace