Share via


IStepPerformer.PerformStep Method

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

Syntax

'Declaration
Sub PerformStep ( _
    operation As String, _
    stepType As String, _
    stepData As String, _
    context As ServicingContext _
)
void PerformStep(
    string operation,
    string stepType,
    string stepData,
    ServicingContext context
)
void PerformStep(
    String^ operation, 
    String^ stepType, 
    String^ stepData, 
    ServicingContext^ context
)
abstract PerformStep : 
        operation:string * 
        stepType:string * 
        stepData:string * 
        context:ServicingContext -> unit 
function PerformStep(
    operation : String, 
    stepType : String, 
    stepData : String, 
    context : ServicingContext
)

Parameters

.NET Framework Security

See Also

Reference

IStepPerformer Interface

Microsoft.TeamFoundation.Framework.Server Namespace