Search Results for

    Show / Hide Table of Contents

    Class TerminatedChildrenContainer

    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
    object
    EmptyChildrenContainer
    TerminatedChildrenContainer
    Implements
    IChildrenContainer
    Inherited Members
    EmptyChildrenContainer.Remove(IActorRef)
    EmptyChildrenContainer.TryGetByName(string, out IChildStats)
    EmptyChildrenContainer.TryGetByRef(IActorRef, out ChildRestartStats)
    EmptyChildrenContainer.Contains(IActorRef)
    EmptyChildrenContainer.Children
    EmptyChildrenContainer.Stats
    EmptyChildrenContainer.ShallDie(IActorRef)
    EmptyChildrenContainer.Unreserve(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Actor.Internal
    Assembly: Akka.dll
    Syntax
    public class TerminatedChildrenContainer : EmptyChildrenContainer, IChildrenContainer

    Properties

    | Edit this page View Source

    Instance

    TBD

    Declaration
    public static IChildrenContainer Instance { get; }
    Property Value
    Type Description
    IChildrenContainer
    | Edit this page View Source

    IsNormal

    TBD

    Declaration
    public override bool IsNormal { get; }
    Property Value
    Type Description
    bool
    Overrides
    EmptyChildrenContainer.IsNormal
    | Edit this page View Source

    IsTerminating

    TBD

    Declaration
    public override bool IsTerminating { get; }
    Property Value
    Type Description
    bool
    Overrides
    EmptyChildrenContainer.IsTerminating

    Methods

    | Edit this page View Source

    Add(string, ChildRestartStats)

    TBD

    Declaration
    public override IChildrenContainer Add(string name, ChildRestartStats stats)
    Parameters
    Type Name Description
    string name

    TBD

    ChildRestartStats stats

    TBD

    Returns
    Type Description
    IChildrenContainer

    TBD

    Overrides
    EmptyChildrenContainer.Add(string, ChildRestartStats)
    | Edit this page View Source

    Reserve(string)

    N/A

    Declaration
    public override IChildrenContainer Reserve(string name)
    Parameters
    Type Name Description
    string name

    N/A

    Returns
    Type Description
    IChildrenContainer

    N/A

    Overrides
    EmptyChildrenContainer.Reserve(string)
    Exceptions
    Type Condition
    InvalidOperationException

    This exception is automatically thrown since the name belongs to an actor that is already terminated.

    | Edit this page View Source

    ToString()

    TBD

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    TBD

    Overrides
    EmptyChildrenContainer.ToString()

    Implements

    IChildrenContainer

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET