Click or drag to resize
Akka.NETISnapshotter.SaveSnapshot 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.129 (1.2.3.129)
Syntax
void SaveSnapshot(
	Object snapshot
)

Parameters

snapshot
Type: System.Object
TBD
See Also