Click or drag to resize
Akka.NETFlowFromGraphTIn, TOut, 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 Flow<TIn, TOut, TMat> FromGraph<TIn, TOut, TMat>(
	IGraph<FlowShape<TIn, TOut>, TMat> graph
)

Parameters

graph
Type: Akka.StreamsIGraphFlowShapeTIn, TOut, TMat
TBD

Type Parameters

TIn
TBD
TOut
TBD
TMat
TBD

Return Value

Type: FlowTIn, TOut, TMat
TBD
See Also