Click or drag to resize
Akka.NETGraphStageLogicEmitMultiple Method
Overload List
  NameDescription
Protected methodEmitMultipleT(OutletT, IEnumerableT)
Emit a sequence of elements through the given outlet, suspending execution if necessary. This action replaces the OutHandler for the given outlet if suspension is needed and reinstalls the current handler upon receiving an OnPull signal.
Protected methodEmitMultipleT(OutletT, IEnumeratorT)
Emit a sequence of elements through the given outlet, suspending execution if necessary. This action replaces the OutHandler for the given outlet if suspension is needed and reinstalls the current handler upon receiving an OnPull signal.
Protected methodEmitMultipleT(OutletT, IEnumerableT, Action)
Emit a sequence of elements through the given outlet and continue with the given thunk afterwards, suspending execution if necessary. This action replaces the OutHandler for the given outlet if suspension is needed and reinstalls the current handler upon receiving an OnPull signal (before invoking the andThen function).
Protected methodEmitMultipleT(OutletT, IEnumeratorT, Action)
Emit a sequence of elements through the given outlet and continue with the given thunk afterwards, suspending execution if necessary. This action replaces the OutHandler for the given outlet if suspension is needed and reinstalls the current handler upon receiving an OnPull signal (before invoking the andThen function).
Top
See Also