Click or drag to resize
Akka.NETSnapshotStore Constructor
Initializes a new instance of the SnapshotStore class.

Namespace:  Akka.Persistence.Snapshot
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected SnapshotStore()
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when the associated Persistence extension has not been used in current actor system context.
See Also