Click or drag to resize
Akka.NETPersistenceSettings Constructor
TBD

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public PersistenceSettings(
	ActorSystem system,
	Config config
)

Parameters

system
Type: Akka.ActorActorSystem
TBD
config
Type: Akka.ConfigurationConfig
TBD
See Also