Freigeben über


DeploymentService.EndCreateBuildDeployment-Methode

EINGABETASTE BuildDeployment erstellt während dieses asynchronen Operation.

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

Syntax

'Declaration
Public Function EndCreateBuildDeployment ( _
    result As IAsyncResult _
) As BuildDeployment
public BuildDeployment EndCreateBuildDeployment(
    IAsyncResult result
)

Parameter

  • result
    Typ: System.IAsyncResult
    IAsyncResult, das variable Informationen vom entsprechenden gespeichert wurden, starten Aufruf.

Rückgabewert

Typ: Microsoft.TeamFoundation.Build.Client.BuildDeployment
Ein BuildDeployment, das grundlegende Informationen zum Bereitstellungsbuild und den Quellbuild enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentService Klasse

Microsoft.TeamFoundation.Build.Client-Namespace