BidiShapeTIn1, TOut1, TIn2, TOut2 Constructor (InletTIn1, OutletTOut1, InletTIn2, OutletTOut2) |
Namespace: Akka.Streams
public BidiShape( Inlet<TIn1> in1, Outlet<TOut1> out1, Inlet<TIn2> in2, Outlet<TOut2> out2 )
Exception | Condition |
---|---|
ArgumentNullException | This exception is thrown when either the specified in1, out1, in2, or out2 is undefined. |