AccessLogTests.TransactionWatcherTests.OnNewTransactions C# (CSharp) Method

OnNewTransactions() private method

private OnNewTransactions ( TransactionEventArgs transactionEventArgs ) : void
transactionEventArgs AccessLog.TransactionEventArgs
return void
        private void OnNewTransactions(TransactionEventArgs transactionEventArgs)
        {
            this.transactions = transactionEventArgs.Transactions;
        }