예제 #1
0
 public static AsyncSnapshotReader Create()
 {
     return(Create(EmbeddedEventStore.Connection, SnapshotReaderConfigurationFactory.Create()));
 }
예제 #2
0
 public static AsyncSnapshotReader CreateWithConnection(IEventStoreConnection connection)
 {
     return(Create(connection, SnapshotReaderConfigurationFactory.Create()));
 }