Click or drag to resize
Akka.NETISnapshotterSaveSnapshot Method
Saves snapshot of current ISnapshotter state. The PersistentActor will be notified about the success or failure of this via an SaveSnapshotSuccess or SaveSnapshotFailure message.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
void SaveSnapshot(
	Object snapshot
)

Parameters

snapshot
Type: SystemObject
TBD
See Also