| ActorCellRestart Method |
Restarts the specified cause.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void Restart(
Exception cause
)
abstract Restart :
cause : Exception -> unit
override Restart :
cause : Exception -> unit
Parameters
- cause
- Type: SystemException
The cause.
Implements
ICellRestart(Exception)Remarks ➡➡➡ NEVER SEND THE SAME SYSTEM MESSAGE OBJECT TO TWO ACTORS ⬅⬅⬅
See Also