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()

Snapshot Cqrs.Snapshots.ISnapshotStore.Get ( Type  aggregateRootType,
Guid  id 
)

Get the latest Snapshot from storage.

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

Implemented in Cqrs.Snapshots.SnapshotStore.