Click or drag to resize
Akka.NETSupervisorStrategyHandleChildTerminated Method
This method is called after the child has been removed from the set of children. It does not need to do anything special. Exceptions thrown from this method do NOT make the actor fail if this happens during termination.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract void HandleChildTerminated(
	IActorContext actorContext,
	IActorRef child,
	IEnumerable<IInternalActorRef> children
)

Parameters

actorContext
Type: Akka.ActorIActorContext
TBD
child
Type: Akka.ActorIActorRef
TBD
children
Type: System.Collections.GenericIEnumerableIInternalActorRef
TBD
See Also