This documentation is archived and is not being maintained.

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)

public:
BuildDeployment^ EndCreateBuildDeployment(
	IAsyncResult^ result
)

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.

Show: