Click or drag to resize
Akka.NETSharedKillSwitch.Abort Method
After calling Abort(Exception) all materialized, running instances of all IGraph< TShape> s provided by the SharedKillSwitch will fail their downstreams with the provided exception and cancel their upstreams (unless it finished or failed already in which case the command is ignored). Subsequent invocations of Shutdown() and Abort(Exception) will be ignored. These provided IGraph< TShape> s materialize to their owning switch. This might make certain integrations simpler than passing around the switch instance itself.

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
See Also