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

EndDeleteCustomerGateway() public method

Finishes the asynchronous execution of the DeleteCustomerGateway operation.
public EndDeleteCustomerGateway ( IAsyncResult asyncResult ) : DeleteCustomerGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteCustomerGateway.
return DeleteCustomerGatewayResponse
        public  DeleteCustomerGatewayResponse EndDeleteCustomerGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteCustomerGatewayResponse>(asyncResult);
        }
AmazonEC2Client