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

EndCreateVpnGateway() public method

Finishes the asynchronous execution of the CreateVpnGateway operation.
public EndCreateVpnGateway ( IAsyncResult asyncResult ) : CreateVpnGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVpnGateway.
return CreateVpnGatewayResponse
        public  CreateVpnGatewayResponse EndCreateVpnGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateVpnGatewayResponse>(asyncResult);
        }
AmazonEC2Client