共用方式為


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

區塊大小,以位元組為單位。

適用於