Click or drag to resize
Akka.NETFanInT Constructor
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected FanIn(
	ActorMaterializerSettings settings,
	int inputCount
)

Parameters

settings
Type: Akka.StreamsActorMaterializerSettings
TBD
inputCount
Type: SystemInt32
TBD
Exceptions
ExceptionCondition
IllegalStateException This exception is thrown when the pump has not been initialized with a phase.
See Also