| GraphStageLogicSubSourceOutletTIsClosed 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.129 (1.2.3.129)
Syntax public bool IsClosed { get; }
member IsClosed : bool with get
Property Value
Type:
BooleanSee Also