CachedMessageBlock<TCachedMessage>(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<'CachedMessage (requires 'CachedMessage : struct)> : int -> Orleans.Providers.Streams.Common.CachedMessageBlock<'CachedMessage (requires 'CachedMessage : struct)>
Public Sub New (Optional blockSize As Integer = 16384)
Parameters
- blockSize
- Int32