Click or drag to resize
SupervisorStrategyRestartChild Method
Restarts the child.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected void RestartChild(
	ActorRef child,
	Exception cause,
	bool suspendFirst
)

Parameters

child
Type: Akka.ActorActorRef
The child.
cause
Type: SystemException
The cause.
suspendFirst
Type: SystemBoolean
if set to true [suspend first].
See Also