![]() |
CQRS.NET
4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Snapshot Cqrs.Snapshots.ISnapshotStore.Get< TAggregateRoot > | ( | Guid | id | ) |
Get the latest Snapshot from storage.
TAggregateRoot | The Type of IAggregateRoot<TAuthenticationToken> to find a snapshot for. |
id | The identifier of the IAggregateRoot<TAuthenticationToken> to get the most recent Snapshot of. |
Implemented in Cqrs.Snapshots.SnapshotStore.