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

EndCreateCustomerGateway() public method

Finishes the asynchronous execution of the CreateCustomerGateway operation.
public EndCreateCustomerGateway ( IAsyncResult asyncResult ) : CreateCustomerGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCustomerGateway.
return CreateCustomerGatewayResponse
        public  CreateCustomerGatewayResponse EndCreateCustomerGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateCustomerGatewayResponse>(asyncResult);
        }
AmazonEC2Client