PooledBuffer.BufferSlice(PooledBuffer, Int32, Int32) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância do 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
O buffer.
- offset
- Int32
O deslocamento para o buffer no qual essa fatia começa.
- length
- Int32
O comprimento dessa fatia.