Click or drag to resize
Akka.NETUniqueKillSwitch.Abort Method
After calling Abort(Exception) the running instance of the IGraph< TShape> of FlowShape< TIn, TOut> that materialized to the UniqueKillSwitch will fail its downstream with the provided exception and cancel its upstream (unless if finished or failed already in which case the command is ignored). Subsequent invocations of completion commands will be ignored.

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Abort(
	Exception cause
)

Parameters

cause
Type: System.Exception
TBD

Implements

IKillSwitch.Abort(Exception)
See Also