Partager via


PooledBuffer.BufferSlice(PooledBuffer, Int32, Int32) Constructeur

Définition

Initialise une nouvelle instance du type 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)

Paramètres

buffer
PooledBuffer

Mémoire tampon.

offset
Int32

Décalage dans la mémoire tampon à laquelle cette tranche commence.

length
Int32

Longueur de cette tranche.

S’applique à