Click or drag to resize
Akka.NETSharedKillSwitch.Shutdown Method
After calling Shutdown() all materialized, running instances of all IGraph< TShape> s provided by the SharedKillSwitch will complete their downstreams and cancel their upstreams (unless if finished or failed already in which case the command is ignored). Subsequent invocations of Shutdown() and Abort(Exception) will be ignored.

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public void Shutdown()

Implements

IKillSwitch.Shutdown()
See Also