Partilhar via


Método DeploymentService.BeginAddBuildDeploymentProperty

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (em Microsoft.TeamFoundation.Build.Client.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Valor de retorno

Tipo: System.IAsyncResult

Segurança do .NET Framework

Consulte também

Referência

DeploymentService Classe

Namespace Microsoft.TeamFoundation.Build.Client