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.
- stepData
Type : System.String
Données liées au stepType.
- context
Type : Microsoft.TeamFoundation.Framework.Server.ServicingContext
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.