Click or drag to resize
Akka.NETIModuleFuse Method
Overload List
  NameDescription
Public methodFuse(IModule, OutPort, InPort)
Fuses this Module to that Module by wiring together from and to, retaining the materialized value of `this` in the result
Public methodFuseT1, T2, T3(IModule, OutPort, InPort, FuncT1, T2, T3)
Fuses this Module to that Module by wiring together from and to, retaining the materialized value of `this` in the result, using the provided function matFunc.
Top
See Also