CQRS.Tests.CQRS.EventSourcing.EventStoreSessionTests.OpenSession C# (CSharp) Méthode

OpenSession() protected méthode

protected OpenSession ( IEventStore store ) : IEventStoreSession
store IEventStore
Résultat IEventStoreSession
        protected IEventStoreSession OpenSession(IEventStore store)
        {
            return new EventStoreSession(Bus, store, new SingleThreadUseGuard(), DateTimeNowTimeSource.Instance);
        }