Click or drag to resize
SupervisorStrategyResumeChild Method
Resume the previously failed child: do never apply this to a child which is not the currently failing child. Suspend/resume needs to be done in matching pairs, otherwise actors will wake up too soon or never at all.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected void ResumeChild(
	ActorRef child,
	Exception exception
)

Parameters

child
Type: Akka.ActorActorRef
The child.
exception
Type: SystemException
The exception.
See Also