Share via


IStepPerformer.PerformStep, méthode

Exécute une étape de service comme spécifié dans les arguments.

Espace de noms :  Microsoft.TeamFoundation.Framework.Server
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
Sub PerformStep ( _
    operation As String, _
    stepType As String, _
    stepData As String, _
    context As ServicingContext _
)
void PerformStep(
    string operation,
    string stepType,
    string stepData,
    ServicingContext context
)

Paramètres

  • operation
    Type : System.String
    L'opération de travail : Installez, mettez à niveau, etc.
  • stepType
    Type : System.String
    Un nom court identifiant l'action à exécuter, par exemple « CreateDatabase ».Consultez l'IServicingStep.StepType.

Sécurité .NET Framework

Voir aussi

Référence

IStepPerformer Interface

Microsoft.TeamFoundation.Framework.Server, espace de noms