BufferSliceReaderInput(PooledBuffer+BufferSlice) 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 BufferSliceReaderInput type.
public BufferSliceReaderInput (in Orleans.Serialization.Buffers.PooledBuffer.BufferSlice slice);
new Orleans.Serialization.Buffers.Adaptors.BufferSliceReaderInput : BufferSlice -> Orleans.Serialization.Buffers.Adaptors.BufferSliceReaderInput
Public Sub New (ByRef slice As PooledBuffer.BufferSlice)
Parameters
- slice
- PooledBuffer.BufferSlice
The underlying buffer.