| 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: 1.2.3.42 (1.2.3.42)
Syntax protected void ResumeChild(
IActorRef child,
Exception exception
)
member ResumeChild :
child : IActorRef *
exception : Exception -> unit
Parameters
- child
- Type: Akka.ActorIActorRef
The child. - exception
- Type: SystemException
The exception.
See Also