Share via


DeploymentService.BeginAddBuildDeploymentProperty, méthode

Ajoute une propriété au déploiement spécifié

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

Syntaxe

'Déclaration
Public Function BeginAddBuildDeploymentProperty ( _
    deploymentUri As Uri, _
    key As String, _
    value As String, _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
public IAsyncResult BeginAddBuildDeploymentProperty(
    Uri deploymentUri,
    string key,
    string value,
    AsyncCallback callback,
    Object state
)

Paramètres

  • deploymentUri
    Type : System.Uri
    L'URI de génération qui exécute le déploiement.
  • state
    Type : System.Object
    Objet qui sauvegarde les informations des variables pour une instance d'une activité asynchrone.

Valeur de retour

Type : System.IAsyncResult
IAsyncResult qui stocke les informations de variables de l'appel de l'opération asynchrone.

Sécurité .NET Framework

Voir aussi

Référence

DeploymentService Classe

Microsoft.TeamFoundation.Build.Client, espace de noms