PooledBuffer.BufferSlice(PooledBuffer, Int32, Int32) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.