Click or drag to resize
OneForOneStrategyHandleChildTerminated Method

[Missing <summary> documentation for "M:Akka.Actor.OneForOneStrategy.HandleChildTerminated(Akka.Actor.IActorContext,Akka.Actor.ActorRef,System.Collections.Generic.IEnumerable{Akka.Actor.InternalActorRef})"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public override void HandleChildTerminated(
	IActorContext actorContext,
	ActorRef child,
	IEnumerable<InternalActorRef> children
)

Parameters

actorContext
Type: Akka.ActorIActorContext

[Missing <param name="actorContext"/> documentation for "M:Akka.Actor.OneForOneStrategy.HandleChildTerminated(Akka.Actor.IActorContext,Akka.Actor.ActorRef,System.Collections.Generic.IEnumerable{Akka.Actor.InternalActorRef})"]

child
Type: Akka.ActorActorRef

[Missing <param name="child"/> documentation for "M:Akka.Actor.OneForOneStrategy.HandleChildTerminated(Akka.Actor.IActorContext,Akka.Actor.ActorRef,System.Collections.Generic.IEnumerable{Akka.Actor.InternalActorRef})"]

children
Type: System.Collections.GenericIEnumerableInternalActorRef

[Missing <param name="children"/> documentation for "M:Akka.Actor.OneForOneStrategy.HandleChildTerminated(Akka.Actor.IActorContext,Akka.Actor.ActorRef,System.Collections.Generic.IEnumerable{Akka.Actor.InternalActorRef})"]

See Also