Home ISnapshotRepositoryFactory<TSnapshot> Interface
Post
Cancel

ISnapshotRepositoryFactory<TSnapshot> Interface

Definition

Namespace: EntityDb.Abstractions.Snapshots
Assembly: EntityDb.Abstractions

Represents a type used to create instances of ISnapshotRepository<TSnapshot>

1
public interface ISnapshotRepositoryFactory<TSnapshot> : EntityDb.Abstractions.Disposables.IDisposableResource, System.IDisposable, System.IAsyncDisposable

Type Parameters

TSnapshot
The type of snapshot stored by the ISnapshotRepository<TSnapshot>.

Methods

This post is licensed under CC BY 4.0 by the author.