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
CreateRepository(String, CancellationToken) | Create a new instance of ISnapshotRepository<TSnapshot> |