Click or drag to resize
Akka.NETRunnableGraphFromGraphTMat Method
A graph with a closed shape is logically a runnable graph, 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 RunnableGraph<TMat> FromGraph<TMat>(
	IGraph<ClosedShape, TMat> g
)

Parameters

g
Type: Akka.StreamsIGraphClosedShape, TMat
TBD

Type Parameters

TMat
TBD

Return Value

Type: RunnableGraphTMat
TBD
See Also