Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Persistence.Snapshot
SnapshotStore Class
SnapshotStore Constructor
SnapshotStore Properties
SnapshotStore Methods
SnapshotStore 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
C#
F#
Copy
protected
SnapshotStore
()
new
:
unit
->
SnapshotStore
Exceptions
Exception
Condition
ArgumentException
This exception is thrown when the associated Persistence extension has not been used in current actor system context.
See Also
Reference
SnapshotStore Class
Akka.Persistence.Snapshot Namespace
Akka.NET Home
|
Learn Akka.NET