Edit

Share via


FixedSizeBuffer(Int32) Constructor

Definition

Manages access to a fixed size byte buffer.

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

Parameters

blockSizeInByte
Int32

The block size, in bytes.

Applies to