CQRS.NET
2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
IEnumerable<IEvent<TAuthenticationToken> > Cqrs.Events.IEventStore< TAuthenticationToken >.Get | ( | Type | aggregateRootType, |
Guid | aggregateId, | ||
bool | useLastEventOnly = false , |
||
int | fromVersion = -1 |
||
) |
Implemented in Cqrs.MongoDB.Events.MongoDbEventStore< TAuthenticationToken >, Cqrs.Events.EventStore< TAuthenticationToken >, Cqrs.EventStore.EventStore< TAuthenticationToken >, Cqrs.Events.MemoryCacheEventStore< TAuthenticationToken >, Cqrs.Azure.BlobStorage.Events.TableStorageEventStore< TAuthenticationToken >, Cqrs.Events.SqlEventStore< TAuthenticationToken >, Cqrs.Azure.DocumentDb.Events.AzureDocumentDbEventStore< TAuthenticationToken >, Cqrs.Azure.BlobStorage.Events.BlobStorageEventStore< TAuthenticationToken >, Cqrs.Ninject.InProcess.EventStore.InProcessEventStore< TAuthenticationToken >, and Cqrs.Azure.Storage.Events.TableStorageEventStore< TAuthenticationToken >.