Click or drag to resize
Akka.NETBatchingInputBuffer Constructor
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected BatchingInputBuffer(
	int count,
	IPump pump
)

Parameters

count
Type: SystemInt32
TBD
pump
Type: Akka.Streams.ImplementationIPump
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when the specified count is either less than or equal to zero or is not a power of two.
See Also