DeploymentService.EndAddBuildDeploymentProperty Method

End the async operation BeginAddBuildDeploymentProperty

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

Syntax

'Declaration
Public Sub EndAddBuildDeploymentProperty ( _
    result As IAsyncResult _
)
public void EndAddBuildDeploymentProperty(
    IAsyncResult result
)
public:
void EndAddBuildDeploymentProperty(
    IAsyncResult^ result
)
member EndAddBuildDeploymentProperty : 
        result:IAsyncResult -> unit
public function EndAddBuildDeploymentProperty(
    result : IAsyncResult
)

Parameters

  • result
    Type: System.IAsyncResult

    IAsyncResult that saved variable information from the corresponding Begin call.

.NET Framework Security

See Also

Reference

DeploymentService Class

Microsoft.TeamFoundation.Build.Client Namespace