Click or drag to resize
Akka.NETTerminatingChildrenContainer Class
Waiting state: there are outstanding termination requests (i.e. context.stop(child) was called but the corresponding ChildTerminated() system message has not yet been processed). There could be no specific reason (UserRequested), we could be Restarting or Terminating. Removing the last child which was supposed to be terminating will return a different type of container, depending on whether or not children are left and whether or not the reason was "Terminating".
Inheritance Hierarchy
SystemObject
  Akka.Actor.InternalChildrenContainerBase
    Akka.Actor.InternalTerminatingChildrenContainer

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

The TerminatingChildrenContainer type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodAdd
TBD
(Overrides ChildrenContainerBaseAdd(String, ChildRestartStats).)
Protected methodChildStatsAppender
TBD
(Inherited from ChildrenContainerBase.)
Public methodContains
TBD
(Inherited from ChildrenContainerBase.)
Public methodCreateCopyWithReason
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