Edit

ArcBufferPage.SetNext(ArcBufferPage, Int32) Method

Definition

Sets the next page in the sequence.

public void SetNext(Orleans.Serialization.Buffers.ArcBufferPage next, int token);
member this.SetNext : Orleans.Serialization.Buffers.ArcBufferPage * int -> unit
Public Sub SetNext (next As ArcBufferPage, token As Integer)

Parameters

next
ArcBufferPage

The next page in the sequence.

token
Int32

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

Applies to