Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Persistence.Journal
SetStore Class
SetStore Constructor
SetStore Methods
SetStore Fields
SetStore Constructor
TBD
Namespace:
Akka.Persistence.Journal
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
C#
F#
Copy
public
SetStore
(
IActorRef
store
)
new
:
store
:
IActorRef
->
SetStore
Parameters
store
Type:
Akka.Actor
IActorRef
TBD
Exceptions
Exception
Condition
ArgumentNullException
This exception is thrown when the specified
store
is undefined.
See Also
Reference
SetStore Class
Akka.Persistence.Journal Namespace
Akka.NET Home
|
Learn Akka.NET