| SnapshotStoreSpec Constructor (Type, String) |
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
)
new :
snapshotStoreType : Type *
?actorSystemName : string
(* Defaults:
let _actorSystemName = defaultArg actorSystemName null
*)
-> SnapshotStoreSpec
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