CachedMessageBlock(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.
Block of cached messages.
public CachedMessageBlock (int blockSize = 16384);
new Orleans.Providers.Streams.Common.CachedMessageBlock : int -> Orleans.Providers.Streams.Common.CachedMessageBlock
Public Sub New (Optional blockSize As Integer = 16384)
Parameters
- blockSize
- Int32
The block size, expressed as a number of messages.