Amazon.CloudFormation.AmazonCloudFormationClient.EndDeleteStack C# (CSharp) Method

EndDeleteStack() public method

Finishes the asynchronous execution of the DeleteStack operation.
public EndDeleteStack ( IAsyncResult asyncResult ) : DeleteStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteStack.
return DeleteStackResponse
        public  DeleteStackResponse EndDeleteStack(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteStackResponse>(asyncResult);
        }
AmazonCloudFormationClient