Click or drag to resize
Akka.NETOneForOneStrategyHandleChildTerminated Method
TBD

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override 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