Click or drag to resize
Akka.NETGraphStageLogicKeepGoingAfterAllPortsClosed Property
If this method returns true when all ports had been closed then the stage is not stopped until CompleteStage or FailStage(Exception) are explicitly called

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

Property Value

Type: Boolean
See Also