Click or drag to resize
Akka.NETPersistentViewSaveSnapshot 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
public void SaveSnapshot(
	Object snapshot
)

Parameters

snapshot
Type: SystemObject
TBD

Implements

ISnapshotterSaveSnapshot(Object)
See Also