Click or drag to resize
Akka.NETPersistenceQuery Constructor
Initializes a new instance of the PersistenceQuery class

Namespace:  Akka.Persistence.Query
Assembly:  Akka.Persistence.Query (in Akka.Persistence.Query.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public PersistenceQuery(
	ExtendedActorSystem system
)

Parameters

system
Type: Akka.ActorExtendedActorSystem

[Missing <param name="system"/> documentation for "M:Akka.Persistence.Query.PersistenceQuery.#ctor(Akka.Actor.ExtendedActorSystem)"]

See Also