| InGraphStageLogic Constructor (Int32, Int32) |
TBD
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected InGraphStageLogic(
int inCount,
int outCount
)
new :
inCount : int *
outCount : int -> InGraphStageLogic
Parameters
- inCount
- Type: SystemInt32
TBD - outCount
- Type: SystemInt32
TBD
See Also