Click or drag to resize
Akka.NETCoordinatedShutdownExtensionCreateExtension Method
Creates a new instance of the CoordinatedShutdown extension.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override CoordinatedShutdown CreateExtension(
	ExtendedActorSystem system
)

Parameters

system
Type: Akka.ActorExtendedActorSystem
The extended actor system.

Return Value

Type: CoordinatedShutdown
A coordinated shutdown plugin.

Implements

IExtensionIdTCreateExtension(ExtendedActorSystem)
See Also