Click or drag to resize
Akka.NETGraphStageLogicCompleteStage Method
Automatically invokes Cancel(Inlet) or Complete(Outlet) on all the input or output ports that have been called, then stops the stage, then PostStop is called.

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void CompleteStage()
See Also