Click or drag to resize
Akka.NETTerminatedChildrenContainer 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: 1.2.3.42 (1.2.3.42)
Syntax
public class TerminatedChildrenContainer : EmptyChildrenContainer

The TerminatedChildrenContainer type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd
TBD
(Overrides EmptyChildrenContainerAdd(String, ChildRestartStats).)
Public methodContains
TBD
(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 the default hash function.
(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
TBD
(Inherited from EmptyChildrenContainer.)
Public methodReserve
N/A
(Overrides EmptyChildrenContainerReserve(String).)
Public methodShallDie
TBD
(Inherited from EmptyChildrenContainer.)
Public methodToString
TBD
(Overrides EmptyChildrenContainerToString.)
Public methodTryGetByName
TBD
(Inherited from EmptyChildrenContainer.)
Public methodTryGetByRef
TBD
(Inherited from EmptyChildrenContainer.)
Public methodUnreserve
TBD
(Inherited from EmptyChildrenContainer.)
Top
Extension Methods
See Also