Restart this actor (will recursively restart or stop all children). Is only allowed to throw Fatal Throwables.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxvoid Restart(
Exception cause
)
Sub Restart (
cause As Exception
)
void Restart(
Exception^ cause
)
abstract Restart :
cause : Exception -> unit
Parameters
- cause
- Type: SystemException
[Missing <param name="cause"/> documentation for "M:Akka.Actor.Cell.Restart(System.Exception)"]
See Also