FixedSizeBuffer(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.