Click or drag to resize
Akka.NETModuleFuse Method (IModule, OutPort, InPort)
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public virtual IModule Fuse(
	IModule other,
	OutPort from,
	InPort to
)

Parameters

other
Type: Akka.Streams.ImplementationIModule
TBD
from
Type: Akka.StreamsOutPort
TBD
to
Type: Akka.StreamsInPort
TBD

Return Value

Type: IModule
TBD

Implements

IModuleFuse(IModule, OutPort, InPort)
See Also