ActorSystem..::..Shutdown Method

Stop this actor system. This will stop the guardian actor, which in turn will recursively stop all its child actors, then the system guardian (below which the logging actors reside) and the execute all registered termination handlers ([ActorSystem.RegisterOnTermination]).

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public void Shutdown()
Public Sub Shutdown
public:
void Shutdown()