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

EndDeleteInternetGateway() public method

Finishes the asynchronous execution of the DeleteInternetGateway operation.
public EndDeleteInternetGateway ( IAsyncResult asyncResult ) : DeleteInternetGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteInternetGateway.
return DeleteInternetGatewayResponse
        public  DeleteInternetGatewayResponse EndDeleteInternetGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteInternetGatewayResponse>(asyncResult);
        }
AmazonEC2Client