Freigeben über


DeploymentService.BeginAddBuildDeploymentProperty-Methode

Fügt einer bestimmten Bereitstellung hinzu

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

Syntax

'Declaration
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
)

Parameter

  • deploymentUri
    Typ: System.Uri
    Der Build-URI, der die Bereitstellung ausführt.
  • callback
    Typ: System.AsyncCallback
    Die Methode, die aufgerufen werden soll, wenn dieser Vorgang abgeschlossen ist.
  • state
    Typ: System.Object
    Ein Objekt, das Variableninformationen für eine Instanz einer asynchronen Aktivität speichert.

Rückgabewert

Typ: System.IAsyncResult
IAsyncResult, das variable Informationen für den asynchronen Aufruf speichert.

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentService Klasse

Microsoft.TeamFoundation.Build.Client-Namespace