Amazon.CodeDeploy.AmazonCodeDeployClient.EndDeleteDeploymentGroup C# (CSharp) Метод

EndDeleteDeploymentGroup() публичный Метод

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