Click or drag to resize
Akka.NETKillSwitchesShared Method
Creates a new SharedKillSwitch with the given name that can be used to control the completion of multiple streams from the outside simultaneously.

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static SharedKillSwitch Shared(
	string name
)

Parameters

name
Type: SystemString
TBD

Return Value

Type: SharedKillSwitch
TBD
See Also