| OutGraphStageLogic 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 OutGraphStageLogic(
int inCount,
int outCount
)
new :
inCount : int *
outCount : int -> OutGraphStageLogic
Parameters
- inCount
- Type: SystemInt32
TBD - outCount
- Type: SystemInt32
TBD
See Also