ArcBuffer.PageSegment(ArcBufferPage, Int32, Int32) Constructor
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.
Defines a region of data within a page.
public PageSegment(Orleans.Serialization.Buffers.ArcBufferPage page, int offset, int length);
new Orleans.Serialization.Buffers.ArcBuffer.PageSegment : Orleans.Serialization.Buffers.ArcBufferPage * int * int -> Orleans.Serialization.Buffers.ArcBuffer.PageSegment
Public Sub New (page As ArcBufferPage, offset As Integer, length As Integer)
Parameters
- page
- ArcBufferPage
- offset
- Int32
- length
- Int32