CQRS.Tests.CQRS.EventSourcing.EventStoreSessionTests.MockEventStore.StreamEvents C# (CSharp) Метод

StreamEvents() публичный Метод

public StreamEvents ( int batchSize, Action handleEvents ) : void
batchSize int
handleEvents Action
Результат void
            public void StreamEvents(int batchSize, Action<IReadOnlyList<IAggregateRootEvent>> handleEvents) { throw new NotImplementedException(); }
            public IEnumerable<IAggregateRootEvent> StreamEvents() { throw new NotSupportedException(); }

Same methods

EventStoreSessionTests.MockEventStore::StreamEvents ( ) : IEnumerable