Click or drag to resize
Akka.NETSubSourceOutletT Properties

The GraphStageLogicSubSourceOutletT generic type exposes the following members.

Properties
  NameDescription
Public propertyIsAvailable
Returns true if this output port can be pushed.
Public propertyIsClosed
Returns true if this output port is closed, but caution THIS WORKS DIFFERENTLY THAN THE NORMAL isClosed(out). Due to possibly asynchronous shutdown it may not return true immediately after Complete or Fail(Exception) have returned.
Public propertySource
Get the Source for this dynamic output port.
Top
See Also