ITableEntryHandle.UnpinSnapshot Method
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.
Unpin the snapshot for this ITableEntryHandle.
public:
void UnpinSnapshot();
public:
void UnpinSnapshot();
void UnpinSnapshot();
public void UnpinSnapshot ();
abstract member UnpinSnapshot : unit -> unit
Public Sub UnpinSnapshot ()
Remarks
All calls to UnpinSnapshot() should be matched with an earlier call to PinSnapshot().
This will have no effect on handles created from ITableEntrys or ones created from an ITableEntriesSnapshot that was directly added to an ITableDataSink.
If the ITableEntriesSnapshot used to create this handle is managed by an ITableEntriesSnapshotFactory, then this method will decrement is "pinned" count and, if that count goes to zero, release its cached snapshot.