Click or drag to resize
Akka.NETSnapshotStoreLoadAsync Method
Asynchronously loads a snapshot. This call is protected with a circuit-breaker

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

Parameters

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

Return Value

Type: TaskSelectedSnapshot
TBD
See Also