DeploymentService.EndCreateBuildDeployment Method

Returns BuildDeployment created during this async 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
)
public:
BuildDeployment^ EndCreateBuildDeployment(
    IAsyncResult^ result
)
member EndCreateBuildDeployment : 
        result:IAsyncResult -> BuildDeployment
public function EndCreateBuildDeployment(
    result : IAsyncResult
) : BuildDeployment

Parameters

  • result
    Type: System.IAsyncResult

    IAsyncResult that saved variable information from the corresponding Begin call.

Return Value

Type: Microsoft.TeamFoundation.Build.Client.BuildDeployment
A BuildDeployment that contains basic information about the deployment build and the source build.

.NET Framework Security

See Also

Reference

DeploymentService Class

Microsoft.TeamFoundation.Build.Client Namespace