Click or drag to resize
ActorSystemWaitForShutdown Method

Note: This API is now obsolete.

Block and prevent the main application thread from exiting unless the actor system is shut down.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
[ObsoleteAttribute("Use AwaitTermination instead")]
public void WaitForShutdown()
See Also