| ResizableMultiReaderRingBufferT Constructor |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public ResizableMultiReaderRingBuffer(
int initialSize,
int maxSize,
ICursors cursors
)
new :
initialSize : int *
maxSize : int *
cursors : ICursors -> ResizableMultiReaderRingBuffer
Parameters
- initialSize
- Type: SystemInt32
TBD - maxSize
- Type: SystemInt32
TBD - cursors
- Type: Akka.Streams.ImplementationICursors
TBD
Exceptions See Also