Compartilhar via


PooledBuffer.BufferSlice(PooledBuffer, Int32, Int32) Construtor

Definição

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.

Aplica-se a