| KillSwitchesShared 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.129 (1.2.3.129)
Syntax public static SharedKillSwitch Shared(
string name
)
static member Shared :
name : string -> SharedKillSwitch
Parameters
- name
- Type: SystemString
TBD
Return Value
Type:
SharedKillSwitchTBD
See Also