Click or drag to resize
Akka.NETSqlSnapshotStoreLoadAsync Method
Asynchronously loads snapshot with the highest sequence number for a persistent actor/view matching specified criteria.

Namespace:  Akka.Persistence.Sql.Common.Snapshot
Assembly:  Akka.Persistence.Sql.Common (in Akka.Persistence.Sql.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected override Task<SelectedSnapshot> LoadAsync(
	string persistenceId,
	SnapshotSelectionCriteria criteria
)

Parameters

persistenceId
Type: SystemString
TBD
criteria
Type: Akka.PersistenceSnapshotSelectionCriteria
TBD

Return Value

Type: TaskSelectedSnapshot
TBD
See Also