Amazon.CodeDeploy.AmazonCodeDeployClient.EndDeleteDeploymentGroup C# (CSharp) Method

EndDeleteDeploymentGroup() public method

Finishes the asynchronous execution of the DeleteDeploymentGroup operation.
public EndDeleteDeploymentGroup ( IAsyncResult asyncResult ) : DeleteDeploymentGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDeploymentGroup.
return Amazon.CodeDeploy.Model.DeleteDeploymentGroupResponse
        public  DeleteDeploymentGroupResponse EndDeleteDeploymentGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDeploymentGroupResponse>(asyncResult);
        }
AmazonCodeDeployClient