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

EndDeleteVpnGateway() public method

Finishes the asynchronous execution of the DeleteVpnGateway operation.
public EndDeleteVpnGateway ( IAsyncResult asyncResult ) : DeleteVpnGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteVpnGateway.
return DeleteVpnGatewayResponse
        public  DeleteVpnGatewayResponse EndDeleteVpnGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteVpnGatewayResponse>(asyncResult);
        }
AmazonEC2Client