ITableEntriesSnapshotFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A manager that provides stable snapshots of a collection of entries at a point in time. The factory can provide a 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 |
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 |