Click or drag to resize
TerminatedChildrenContainer Class
This is the empty container which is installed after the last child has terminated while stopping; it is necessary to distinguish from the normal empty state while calling handleChildTerminated() for the last time.
Inheritance Hierarchy

Namespace: Akka.Actor.Internal
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public class TerminatedChildrenContainer : EmptyChildrenContainer

The TerminatedChildrenContainer type exposes the following members.

Methods
  NameDescription
Public methodAdd (Overrides EmptyChildrenContainerAdd(String, ChildRestartStats).)
Public methodContains (Inherited from EmptyChildrenContainer.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove (Inherited from EmptyChildrenContainer.)
Public methodReserve (Overrides EmptyChildrenContainerReserve(String).)
Public methodShallDie (Inherited from EmptyChildrenContainer.)
Public methodToString (Overrides EmptyChildrenContainerToString.)
Public methodTryGetByName (Inherited from EmptyChildrenContainer.)
Public methodTryGetByRef (Inherited from EmptyChildrenContainer.)
Public methodUnreserve (Inherited from EmptyChildrenContainer.)
Top
Extension Methods
Properties
See Also