Click or drag to resize
Akka.NETFusing.StructuralInfo Constructor
TBD

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public StructuralInfo(
	IImmutableDictionary<InPort, OutPort> upstreams,
	IImmutableDictionary<OutPort, InPort> downstreams,
	IImmutableDictionary<InPort, IModule> inOwners,
	IImmutableDictionary<OutPort, IModule> outOwners,
	IImmutableSet<IModule> allModules
)

Parameters

upstreams
Type: IImmutableDictionary<InPort, OutPort>
TBD
downstreams
Type: IImmutableDictionary<OutPort, InPort>
TBD
inOwners
Type: IImmutableDictionary<InPort, IModule>
TBD
outOwners
Type: IImmutableDictionary<OutPort, IModule>
TBD
allModules
Type: IImmutableSet<IModule>
TBD
See Also