Click or drag to resize
Akka.NETSetStore Constructor
TBD

Namespace:  Akka.Persistence.Journal
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public SetStore(
	IActorRef store
)

Parameters

store
Type: Akka.ActorIActorRef
TBD
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified store is undefined.
See Also