SupervisorStrategyRestartChild Method |
Restarts the child.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected void RestartChild(
ActorRef child,
Exception cause,
bool suspendFirst
)
Protected Sub RestartChild (
child As ActorRef,
cause As Exception,
suspendFirst As Boolean
)
protected:
void RestartChild(
ActorRef^ child,
Exception^ cause,
bool suspendFirst
)
member RestartChild :
child : ActorRef *
cause : Exception *
suspendFirst : bool -> unit
Parameters
- child
- Type: Akka.ActorActorRef
The child. - cause
- Type: SystemException
The cause. - suspendFirst
- Type: SystemBoolean
if set to true [suspend first].
See Also