Click or drag to resize
Akka.NETBidiShapeTIn1, TOut1, TIn2, TOut2 Constructor (FlowShapeTIn1, TOut1, FlowShapeTIn2, TOut2)
TBD

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public BidiShape(
	FlowShape<TIn1, TOut1> top,
	FlowShape<TIn2, TOut2> bottom
)

Parameters

top
Type: Akka.StreamsFlowShapeTIn1, TOut1
TBD
bottom
Type: Akka.StreamsFlowShapeTIn2, TOut2
TBD
See Also