Compartir a través de


FixedSizeBuffer(Int32) Constructor

Definición

Administra el acceso a un búfer de bytes de tamaño fijo.

public FixedSizeBuffer(int blockSizeInByte);
new Orleans.Providers.Streams.Common.FixedSizeBuffer : int -> Orleans.Providers.Streams.Common.FixedSizeBuffer
Public Sub New (blockSizeInByte As Integer)

Parámetros

blockSizeInByte
Int32

Tamaño del bloque, en bytes.

Se aplica a