Edit

ArcBufferPage.Pin(Int32) Method

Definition

Pins this page to prevent it from being returned to the page pool.

public void Pin(int token);
member this.Pin : int -> unit
Public Sub Pin (token As Integer)

Parameters

token
Int32

The token, which must match the page's Version for this operation to be allowed.

Applies to