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.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax[ObsoleteAttribute("Use AwaitTermination instead")]
public void WaitForShutdown()
<ObsoleteAttribute("Use AwaitTermination instead")>
Public Sub WaitForShutdown
public:
[ObsoleteAttribute(L"Use AwaitTermination instead")]
void WaitForShutdown()
[<ObsoleteAttribute("Use AwaitTermination instead")>]
member WaitForShutdown : unit -> unit
See Also