Click or drag to resize
ActorSystemAwaitTermination Method
Block current thread until the system has been shutdown. This will block until after all on termination callbacks have been run.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public abstract void AwaitTermination()
See Also