ITableEntriesSnapshotFactory 接口

定义

在某个时间点提供条目集合的稳定快照的管理器。 工厂可以随时间推移提供不同的快照 (生成,例如,在每次生成) 后生成新快照。

public interface class ITableEntriesSnapshotFactory : IDisposable
public interface ITableEntriesSnapshotFactory : IDisposable
type ITableEntriesSnapshotFactory = interface
    interface IDisposable
Public Interface ITableEntriesSnapshotFactory
Implements IDisposable
派生
实现

属性

CurrentVersionNumber

与当前快照关联的版本号。

方法

GetCurrentSnapshot()

获取与工厂关联的条目的当前快照。

GetSnapshot(Int32)

获取与指定的 versionNumber关联的快照。 如果该快照不再可用,则返回 null。

适用于