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