Click or drag to resize
Akka.NETKillSwitches Class
Inheritance Hierarchy
SystemObject
  Akka.StreamsKillSwitches

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class KillSwitches

The KillSwitches type exposes the following members.

Methods
  NameDescription
Public methodStatic memberShared
Creates a new SharedKillSwitch with the given name that can be used to control the completion of multiple streams from the outside simultaneously.
Public methodStatic memberSingleT
Public methodStatic memberSingleBidiTIn1, TOut1
Top
See Also