| Get(Type aggregateType, Guid aggregateId, bool useLastEventOnly=false, int fromVersion=-1) | Cqrs.Events.InProcessEventStore< TAuthenticationToken > | virtual |
| Get(Guid correlationId) | Cqrs.Events.InProcessEventStore< TAuthenticationToken > | virtual |
| Get< T >(Guid aggregateId, bool useLastEventOnly=false, int fromVersion=-1) | Cqrs.Events.InProcessEventStore< TAuthenticationToken > | virtual |
| GetBetweenDates(Type aggregateRootType, Guid aggregateId, DateTime fromVersionedDate, DateTime toVersionedDate) | Cqrs.Events.InProcessEventStore< TAuthenticationToken > | |
| GetBetweenDates< T >(Guid aggregateId, DateTime fromVersionedDate, DateTime toVersionedDate) | Cqrs.Events.InProcessEventStore< TAuthenticationToken > | |
| GetToDate(Type aggregateRootType, Guid aggregateId, DateTime versionedDate) | Cqrs.Events.InProcessEventStore< TAuthenticationToken > | virtual |
| GetToDate< T >(Guid aggregateId, DateTime versionedDate) | Cqrs.Events.InProcessEventStore< TAuthenticationToken > | virtual |
| GetToVersion(Type aggregateRootType, Guid aggregateId, int version) | Cqrs.Events.InProcessEventStore< TAuthenticationToken > | virtual |
| GetToVersion< T >(Guid aggregateId, int version) | Cqrs.Events.InProcessEventStore< TAuthenticationToken > | virtual |
| InMemoryDb | Cqrs.Events.InProcessEventStore< TAuthenticationToken > | protected |
| InProcessEventStore() | Cqrs.Events.InProcessEventStore< TAuthenticationToken > | |
| Save(Type aggregateRootType, IEvent< TAuthenticationToken > @event) | Cqrs.Events.InProcessEventStore< TAuthenticationToken > | virtual |
| Save< T >(IEvent< TAuthenticationToken > @event) | Cqrs.Events.InProcessEventStore< TAuthenticationToken > | virtual |