| IInternalActorRefRestart Method |
Restart the actor.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax void Restart(
Exception cause
)
abstract Restart :
cause : Exception -> unit
Parameters
- cause
- Type: SystemException
The exception that caused the actor to fail in the first place.
See Also