Click or drag to resize
Akka.NETGraphStageLogicFailStage Method
Automatically invokes Cancel(Inlet) or Fail(Outlet, Exception) 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 FailStage(
	Exception reason
)

Parameters

reason
Type: SystemException
TBD
See Also