Click or drag to resize
Akka.NETGraphAssemblyCreate Method
TBD

Namespace:  Akka.Streams.Implementation.Fusing
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static GraphAssembly Create(
	IList<Inlet> inlets,
	IList<Outlet> outlets,
	IList<IGraphStageWithMaterializedValue<Shape, Object>> stages
)

Parameters

inlets
Type: System.Collections.GenericIListInlet
TBD
outlets
Type: System.Collections.GenericIListOutlet
TBD
stages
Type: System.Collections.GenericIListIGraphStageWithMaterializedValueShape, Object
TBD

Return Value

Type: GraphAssembly
TBD
Exceptions
ExceptionCondition
ArgumentExceptionTBD
See Also