SortedTreeTableTKey, TValueBeginRead Method

Allows the user to get a read snapshot on the table.

Definition

Namespace: SnapDB.Snap.Storage
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public SortedTreeTableReadSnapshot<TKey, TValue> BeginRead()

Return Value

SortedTreeTableReadSnapshotTKey, TValue
A new instance of SortedTreeTableReadSnapshotTKey, TValue representing the read snapshot.

See Also