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

EndDescribeCustomerGateways() public method

Finishes the asynchronous execution of the DescribeCustomerGateways operation.
public EndDescribeCustomerGateways ( IAsyncResult asyncResult ) : DescribeCustomerGatewaysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeCustomerGateways.
return DescribeCustomerGatewaysResponse
        public  DescribeCustomerGatewaysResponse EndDescribeCustomerGateways(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeCustomerGatewaysResponse>(asyncResult);
        }
AmazonEC2Client