This documentation is archived and is not being maintained.
DeploymentService::EndCreateBuildDeployment Method
Visual Studio 2013
Returns BuildDeployment created during this async operation.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- result
- Type: System::IAsyncResult
IAsyncResult that saved variable information from the corresponding Begin call.
Return Value
Type: Microsoft.TeamFoundation.Build.Client::BuildDeploymentA BuildDeployment that contains basic information about the deployment build and the source build.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: