Click or drag to resize
Akka.NETSnapshotStoreSpec Constructor (Type, String)
Initializes a new instance of the SnapshotStoreSpec class

Namespace:  Akka.Persistence.TestKit.Snapshot
Assembly:  Akka.Persistence.TestKit (in Akka.Persistence.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected SnapshotStoreSpec(
	Type snapshotStoreType,
	string actorSystemName = null
)

Parameters

snapshotStoreType
Type: SystemType

[Missing <param name="snapshotStoreType"/> documentation for "M:Akka.Persistence.TestKit.Snapshot.SnapshotStoreSpec.#ctor(System.Type,System.String)"]

actorSystemName (Optional)
Type: SystemString

[Missing <param name="actorSystemName"/> documentation for "M:Akka.Persistence.TestKit.Snapshot.SnapshotStoreSpec.#ctor(System.Type,System.String)"]

See Also