ITableEntriesSnapshotFactory Interface

Definition

A manager that provides stable snapshots of a collection of entries at a point in time. The factory can provide different snapshots over time (generating, for example, new snapshots after each build).

public interface class ITableEntriesSnapshotFactory : IDisposable
public interface ITableEntriesSnapshotFactory : IDisposable
type ITableEntriesSnapshotFactory = interface
    interface IDisposable
Public Interface ITableEntriesSnapshotFactory
Implements IDisposable
Derived
Implements

Properties

CurrentVersionNumber

Gets the version number associated with the current snapshot

Methods

GetCurrentSnapshot()

Get the current snapshot of the entries associated with the factory.

GetSnapshot(Int32)

Get the snapshot associated with the specified versionNumber. Return null if that snapshot is no longer available.

Applies to