Click or drag to resize
Akka.NETGraphAssembly Constructor
TBD

Namespace:  Akka.Streams.Implementation.Fusing
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public GraphAssembly(
	IGraphStageWithMaterializedValue<Shape, Object>[] stages,
	Attributes[] originalAttributes,
	Inlet[] inlets,
	int[] inletOwners,
	Outlet[] outlets,
	int[] outletOwners
)

Parameters

stages
Type: Akka.Streams.StageIGraphStageWithMaterializedValueShape, Object
TBD
originalAttributes
Type: Akka.StreamsAttributes
TBD
inlets
Type: Akka.StreamsInlet
TBD
inletOwners
Type: SystemInt32
TBD
outlets
Type: Akka.StreamsOutlet
TBD
outletOwners
Type: SystemInt32
TBD

Return Value

Type: 
TBD
Exceptions
ExceptionCondition
ArgumentExceptionTBD
See Also