Click or drag to resize
Akka.NETOutputBunchT Fields

The OutputBunchT generic type exposes the following members.

Fields
  NameDescription
Public fieldAllOfMarkedOutputs
Will only transfer an element when all marked outputs have demand, and will complete as soon as any of the marked outputs have canceled.
Public fieldAnyOfMarkedOutputs
Will transfer an element when any of the marked outputs have demand, and will complete when all of the marked outputs have canceled.
Public fieldSubReceive
TBD
Top
See Also