Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.IAsyncResultIAsyncResult 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
- 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.