PooledBuffer.BufferSlice(PooledBuffer, 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.
Initializes a new instance of the PooledBuffer.BufferSlice type.
public BufferSlice (in Orleans.Serialization.Buffers.PooledBuffer buffer, int offset, int length);
new Orleans.Serialization.Buffers.PooledBuffer.BufferSlice : PooledBuffer * int * int -> Orleans.Serialization.Buffers.PooledBuffer.BufferSlice
Public Sub New (ByRef buffer As PooledBuffer, offset As Integer, length As Integer)
Parameters
- buffer
- PooledBuffer
The buffer.
- offset
- Int32
The offset into the buffer at which this slice begins.
- length
- Int32
The length of this slice.