Search Results for

    Show / Hide Table of Contents

    Class ChildRestartStats

    ChildRestartStats is the statistics kept by every parent Actor for every child Actor and is used for SupervisorStrategies to know how to deal with problems that occur for the children.

    Inheritance
    object
    ChildRestartStats
    Implements
    IChildStats
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Actor.Internal
    Assembly: Akka.dll
    Syntax
    public class ChildRestartStats : IChildStats

    Constructors

    | Edit this page View Source

    ChildRestartStats(IInternalActorRef, uint, long)

    TBD

    Declaration
    public ChildRestartStats(IInternalActorRef child, uint maxNrOfRetriesCount = 0, long restartTimeWindowStartTicks = 0)
    Parameters
    Type Name Description
    IInternalActorRef child

    TBD

    uint maxNrOfRetriesCount

    TBD

    long restartTimeWindowStartTicks

    TBD

    Properties

    | Edit this page View Source

    Child

    TBD

    Declaration
    public IInternalActorRef Child { get; }
    Property Value
    Type Description
    IInternalActorRef
    | Edit this page View Source

    MaxNrOfRetriesCount

    TBD

    Declaration
    public uint MaxNrOfRetriesCount { get; }
    Property Value
    Type Description
    uint
    | Edit this page View Source

    RestartTimeWindowStartTicks

    TBD

    Declaration
    public long RestartTimeWindowStartTicks { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Uid

    TBD

    Declaration
    public long Uid { get; }
    Property Value
    Type Description
    long

    Methods

    | Edit this page View Source

    RequestRestartPermission(int, int)

    TBD

    Declaration
    public bool RequestRestartPermission(int maxNrOfRetries, int withinTimeMilliseconds)
    Parameters
    Type Name Description
    int maxNrOfRetries

    TBD

    int withinTimeMilliseconds

    TBD

    Returns
    Type Description
    bool

    TBD

    Implements

    IChildStats

    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