Click or drag to resize
Akka.NETCoordinatedShutdownGet Method
Retrieves the CoordinatedShutdown extension for the current ActorSystem

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static CoordinatedShutdown Get(
	ActorSystem sys
)

Parameters

sys
Type: Akka.ActorActorSystem
The current actor system.

Return Value

Type: CoordinatedShutdown
A CoordinatedShutdown instance.
See Also