Click or drag to resize
CellRestart Method
Restart this actor (will recursively restart or stop all children). Is only allowed to throw Fatal Throwables.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
void Restart(
	Exception cause
)

Parameters

cause
Type: SystemException

[Missing <param name="cause"/> documentation for "M:Akka.Actor.Cell.Restart(System.Exception)"]

See Also