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

EndCreateEgressOnlyInternetGateway() public method

Finishes the asynchronous execution of the CreateEgressOnlyInternetGateway operation.
public EndCreateEgressOnlyInternetGateway ( IAsyncResult asyncResult ) : CreateEgressOnlyInternetGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateEgressOnlyInternetGateway.
return CreateEgressOnlyInternetGatewayResponse
        public  CreateEgressOnlyInternetGatewayResponse EndCreateEgressOnlyInternetGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateEgressOnlyInternetGatewayResponse>(asyncResult);
        }
AmazonEC2Client