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

OpenSession() защищенный Метод

protected OpenSession ( IEventStore store ) : IEventStoreSession
store IEventStore
Результат IEventStoreSession
        protected IEventStoreSession OpenSession(IEventStore store)
        {
            return new EventStoreSession(Bus, store, new SingleThreadUseGuard(), DateTimeNowTimeSource.Instance);
        }