Click or drag to resize
ActorSystemAwaitTermination Method (TimeSpan)
Block current thread until the system has been shutdown, or the specified timeout has elapsed. This will block until after all on termination callbacks have been run.

Returns true if the system was shutdown during the specified time; false if it timed out.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public abstract bool AwaitTermination(
	TimeSpan timeout
)

Parameters

timeout
Type: SystemTimeSpan
The timeout.

Return Value

Type: Boolean
Returns true if the system was shutdown during the specified time; false if it timed out.
See Also