FixedSizeBuffer(Int32) 构造函数

定义

管理对固定大小字节缓冲区的访问。

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

参数

blockSizeInByte
Int32

块大小(以字节为单位)。

适用于