Share via


ITableEntryHandle.UnpinSnapshot Method

Definition

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.

Applies to