Click or drag to resize
Akka.NETGraphStageLogicSubSourceOutletTIsClosed Property
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.

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool IsClosed { get; }

Property Value

Type: Boolean
See Also