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.

◆ Get< TAggregateRoot >()

Snapshot Cqrs.Snapshots.ISnapshotStore.Get< TAggregateRoot > ( Guid  id)

Get the latest Snapshot from storage.

Template Parameters
TAggregateRootThe Type of IAggregateRoot<TAuthenticationToken> to find a snapshot for.
Parameters
idThe identifier of the IAggregateRoot<TAuthenticationToken> to get the most recent Snapshot of.
Returns
The most recent Snapshot of

Implemented in Cqrs.Snapshots.SnapshotStore.