ArcBufferPage.SetNext(ArcBufferPage, Int32) 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.
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.