Click or drag to resize
Akka.NETGraphDslCreateTShape Method (FuncGraphDslBuilderNotUsed, TShape)

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static IGraph<TShape, NotUsed> Create<TShape>(
	Func<GraphDslBuilder<NotUsed>, TShape> buildBlock
)
where TShape : Shape

Parameters

buildBlock
Type: SystemFuncGraphDslBuilderNotUsed, TShape
A builder function used to construct the graph.

Type Parameters

TShape
Type describing shape of the returned graph.

Return Value

Type: IGraphTShape, NotUsed
A graph with no materialized value.
See Also