PooledBuffer.BufferSlice(PooledBuffer, Int32, Int32) Constructor
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa una nueva instancia del tipo PooledBuffer.BufferSlice.
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)
Parámetros
- buffer
- PooledBuffer
El búfer.
- offset
- Int32
Desplazamiento en el búfer en el que comienza este segmento.
- length
- Int32
Longitud de este segmento.