IPartitionServicingStep.Execute Method

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

Syntax

'Declaration
Sub Execute ( _
    partitionId As Integer, _
    servicingContext As ServicingContext, _
    stepData As String _
)
void Execute(
    int partitionId,
    ServicingContext servicingContext,
    string stepData
)
void Execute(
    int partitionId, 
    ServicingContext^ servicingContext, 
    String^ stepData
)
abstract Execute : 
        partitionId:int * 
        servicingContext:ServicingContext * 
        stepData:string -> unit
function Execute(
    partitionId : int, 
    servicingContext : ServicingContext, 
    stepData : String
)

Parameters

.NET Framework Security

See Also

Reference

IPartitionServicingStep Interface

Microsoft.TeamFoundation.Framework.Server Namespace