Click or drag to resize
TerminatingChildrenContainer Constructor (IImmutableMapString, ChildStats, IImmutableSetActorRef, SuspendReason)
Initializes a new instance of the TerminatingChildrenContainer class

Namespace: Akka.Actor.Internal
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public TerminatingChildrenContainer(
	IImmutableMap<string, ChildStats> children,
	IImmutableSet<ActorRef> toDie,
	SuspendReason reason
)

Parameters

children
Type: Akka.Util.Internal.CollectionsIImmutableMapString, ChildStats

[Missing <param name="children"/> documentation for "M:Akka.Actor.Internal.TerminatingChildrenContainer.#ctor(Akka.Util.Internal.Collections.IImmutableMap{System.String,Akka.Actor.Internal.ChildStats},Akka.Util.Internal.Collections.IImmutableSet{Akka.Actor.ActorRef},Akka.Actor.Internal.SuspendReason)"]

toDie
Type: Akka.Util.Internal.CollectionsIImmutableSetActorRef

[Missing <param name="toDie"/> documentation for "M:Akka.Actor.Internal.TerminatingChildrenContainer.#ctor(Akka.Util.Internal.Collections.IImmutableMap{System.String,Akka.Actor.Internal.ChildStats},Akka.Util.Internal.Collections.IImmutableSet{Akka.Actor.ActorRef},Akka.Actor.Internal.SuspendReason)"]

reason
Type: Akka.Actor.InternalSuspendReason

[Missing <param name="reason"/> documentation for "M:Akka.Actor.Internal.TerminatingChildrenContainer.#ctor(Akka.Util.Internal.Collections.IImmutableMap{System.String,Akka.Actor.Internal.ChildStats},Akka.Util.Internal.Collections.IImmutableSet{Akka.Actor.ActorRef},Akka.Actor.Internal.SuspendReason)"]

See Also