Exemplo n.º 1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: public TransactionCursor getTransactionsInReverseOrder(LogPosition position) throws java.io.IOException
            public TransactionCursor getTransactionsInReverseOrder(LogPosition position)
            {
                return(_txStore.getTransactionsInReverseOrder(position));
            }