Click or drag to resize
Akka.NETNormalChildrenContainer Class
Normal children container: we do have at least one child, but none of our children are currently terminating (which is the time period between calling context.stop(child) and processing the ChildTerminated() system message).
Inheritance Hierarchy

Namespace:  Akka.Actor.Internal
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class NormalChildrenContainer : ChildrenContainerBase

The NormalChildrenContainer type exposes the following members.

Properties
  NameDescription
Public propertyChildren
TBD
(Inherited from ChildrenContainerBase.)
Protected propertyInternalChildren
TBD
(Inherited from ChildrenContainerBase.)
Public propertyIsNormal
TBD
(Inherited from ChildrenContainerBase.)
Public propertyIsTerminating
TBD
(Inherited from ChildrenContainerBase.)
Public propertyStats
TBD
(Inherited from ChildrenContainerBase.)
Top
Methods
  NameDescription
Public methodAdd
TBD
(Overrides ChildrenContainerBaseAdd(String, ChildRestartStats).)
Protected methodChildStatsAppender
TBD
(Inherited from ChildrenContainerBase.)
Public methodContains
TBD
(Inherited from ChildrenContainerBase.)
Public methodStatic memberCreate
TBD
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
(Overrides ChildrenContainerBaseRemove(IActorRef).)
Public methodReserve
TBD
(Overrides ChildrenContainerBaseReserve(String).)
Public methodShallDie
TBD
(Overrides ChildrenContainerBaseShallDie(IActorRef).)
Public methodToString
TBD
(Overrides ObjectToString.)
Public methodTryGetByName
TBD
(Inherited from ChildrenContainerBase.)
Public methodTryGetByRef
TBD
(Inherited from ChildrenContainerBase.)
Public methodUnreserve
TBD
(Overrides ChildrenContainerBaseUnreserve(String).)
Top
Extension Methods
See Also