| CompositeModuleDownstreams Property |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public override IImmutableDictionary<OutPort, InPort> Downstreams { get; }
abstract Downstreams : IImmutableDictionary<OutPort, InPort> with get
override Downstreams : IImmutableDictionary<OutPort, InPort> with get
Property Value
Type:
IImmutableDictionaryOutPort,
InPortImplements
IModuleDownstreamsSee Also