Click or drag to resize
Akka.NETGraphStageLogic Fields

The GraphStageLogic type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDoNothing
TBD
Public fieldStatic memberEagerTerminateInput
Input handler that terminates the stage upon receiving completion. The stage fails upon receiving a failure.
Public fieldStatic memberEagerTerminateOutput
Output handler that terminates the stage upon cancellation.
Public fieldStatic memberIgnoreTerminateInput
Input handler that does not terminate the stage upon receiving completion. The stage fails upon receiving a failure.
Public fieldStatic memberIgnoreTerminateOutput
Output handler that does not terminate the stage upon cancellation.
Public fieldInCount
TBD
Public fieldOutCount
TBD
Public fieldStatic memberTotallyIgnorantInput
Input handler that does not terminate the stage upon receiving completion nor failure.
Top
See Also