Click or drag to resize
Akka.NETBidiFlowFromGraphTIn1, TOut1, TIn2, TOut2, TMat Method
A graph with the shape of a flow logically is a flow, this method makes it so also in type.

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static BidiFlow<TIn1, TOut1, TIn2, TOut2, TMat> FromGraph<TIn1, TOut1, TIn2, TOut2, TMat>(
	IGraph<BidiShape<TIn1, TOut1, TIn2, TOut2>, TMat> graph
)

Parameters

graph
Type: Akka.StreamsIGraphBidiShapeTIn1, TOut1, TIn2, TOut2, TMat
TBD

Type Parameters

TIn1
TBD
TOut1
TBD
TIn2
TBD
TOut2
TBD
TMat
TBD

Return Value

Type: BidiFlowTIn1, TOut1, TIn2, TOut2, TMat
TBD
See Also