| MinimalActorRefRestart Method |
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public override void Restart(
Exception cause
)
abstract Restart :
cause : Exception -> unit
override Restart :
cause : Exception -> unit
Parameters
- cause
- Type: SystemException
[Missing <param name="cause"/> documentation for "M:Akka.Actor.MinimalActorRef.Restart(System.Exception)"]
Implements
IInternalActorRefRestart(Exception)See Also