TeamFoundationStepPerformerBase.IStepPerformer.PerformStep Method

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

Syntax

'Declaration
Private Sub PerformStep ( _
    servicingOperation As String, _
    stepType As String, _
    stepData As String, _
    servicingContext As ServicingContext _
) Implements IStepPerformer.PerformStep
void IStepPerformer.PerformStep(
    string servicingOperation,
    string stepType,
    string stepData,
    ServicingContext servicingContext
)
private:
virtual void PerformStep(
    String^ servicingOperation, 
    String^ stepType, 
    String^ stepData, 
    ServicingContext^ servicingContext
) sealed = IStepPerformer::PerformStep
private abstract PerformStep : 
        servicingOperation:string * 
        stepType:string * 
        stepData:string * 
        servicingContext:ServicingContext -> unit  
private override PerformStep : 
        servicingOperation:string * 
        stepType:string * 
        stepData:string * 
        servicingContext:ServicingContext -> unit
JScript does not support explicit interface implementations.

Parameters

Implements

IStepPerformer.PerformStep(String, String, String, ServicingContext)

.NET Framework Security

See Also

Reference

TeamFoundationStepPerformerBase Class

Microsoft.TeamFoundation.Framework.Server Namespace