Partager via


BuildServiceHostProcess.Start, méthode

Démarrez TFSBuildServiceHost en tant que service Windows ou en tant que processus interactif.

Espace de noms :  Microsoft.TeamFoundation.Build.Config
Assembly :  Microsoft.TeamFoundation.Build.Config (dans Microsoft.TeamFoundation.Build.Config.dll)

Syntaxe

'Déclaration
Public Shared Function Start ( _
    args As String(), _
    asService As Boolean, _
    timeout As TimeSpan, _
    <OutAttribute> ByRef message As String _
) As Boolean
public static bool Start(
    string[] args,
    bool asService,
    TimeSpan timeout,
    out string message
)

Paramètres

  • args
    Type : array<System.String[]
    Les arguments pour l'hôte de service de build.
  • message
    Type : System.String%
    En cas de réussite, un vide ou un message d'avertissement s'affiche ; si une erreur se produit, un message d'erreur s'affiche.

Valeur de retour

Type : System.Boolean
Service/processus démarré

Sécurité .NET Framework

Voir aussi

Référence

BuildServiceHostProcess Classe

Microsoft.TeamFoundation.Build.Config, espace de noms