ArcBuffer(ArcBufferPage, Int32, 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.
Represents a slice of a ArcBufferWriter.
public ArcBuffer(Orleans.Serialization.Buffers.ArcBufferPage first, int token, int offset, int length);
new Orleans.Serialization.Buffers.ArcBuffer : Orleans.Serialization.Buffers.ArcBufferPage * int * int * int -> Orleans.Serialization.Buffers.ArcBuffer
Public Sub New (first As ArcBufferPage, token As Integer, offset As Integer, length As Integer)
Parameters
- first
- ArcBufferPage
The first page in the sequence.
- token
- Int32
The token of the first page in the sequence.
- offset
- Int32
The offset into the buffer at which this slice begins.
- length
- Int32
The length of this slice.
Remarks
Initializes a new instance of the ArcBuffer type.