Click or drag to resize
Akka.NETSnapshotStoreSpecInitialize Method
Initializes a snapshot store with set of predefined snapshots.

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 IEnumerable<SnapshotMetadata> Initialize()

Return Value

Type: IEnumerableSnapshotMetadata

[Missing <returns> documentation for "M:Akka.Persistence.TestKit.Snapshot.SnapshotStoreSpec.Initialize"]

See Also