Click or drag to resize
Akka.NETFusingStructuralInfo Constructor
TBD

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
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: IImmutableDictionaryInPort, OutPort
TBD
downstreams
Type: IImmutableDictionaryOutPort, InPort
TBD
inOwners
Type: IImmutableDictionaryInPort, IModule
TBD
outOwners
Type: IImmutableDictionaryOutPort, IModule
TBD
allModules
Type: IImmutableSetIModule
TBD
See Also