Amazon.EC2.AmazonEC2Client.EndDeleteNatGateway C# (CSharp) Method

EndDeleteNatGateway() public method

Finishes the asynchronous execution of the DeleteNatGateway operation.
public EndDeleteNatGateway ( IAsyncResult asyncResult ) : DeleteNatGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteNatGateway.
return DeleteNatGatewayResponse
        public  DeleteNatGatewayResponse EndDeleteNatGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteNatGatewayResponse>(asyncResult);
        }
AmazonEC2Client