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

EndCreateInternetGateway() public method

Finishes the asynchronous execution of the CreateInternetGateway operation.
public EndCreateInternetGateway ( IAsyncResult asyncResult ) : CreateInternetGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateInternetGateway.
return CreateInternetGatewayResponse
        public  CreateInternetGatewayResponse EndCreateInternetGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateInternetGatewayResponse>(asyncResult);
        }
AmazonEC2Client