Search Results for

    Show / Hide Table of Contents

    Class ChildActorPath

    Actor paths for child actors, which is to say any non-guardian actor.

    Inheritance
    object
    ActorPath
    ChildActorPath
    Implements
    IEquatable<ActorPath>
    IComparable<ActorPath>
    ISurrogated
    Inherited Members
    ActorPath.ValidSymbols
    ActorPath.IsValidPathElement(string)
    ActorPath.Name
    ActorPath.Address
    ActorPath.Uid
    ActorPath.Parent
    ActorPath.Depth
    ActorPath.Elements
    ActorPath.Root
    ActorPath.Equals(ActorPath)
    ActorPath.CompareTo(ActorPath)
    ActorPath.WithUid(long)
    ActorPath.ParentOf(int)
    ActorPath.Parse(string)
    ActorPath.TryParse(string, out ActorPath)
    ActorPath.TryParse(ActorPath, string, out ActorPath)
    ActorPath.TryParse(ActorPath, ReadOnlySpan<char>, out ActorPath)
    ActorPath.TryParseAddress(string, out Address)
    ActorPath.TryParseAddress(string, out Address, out ReadOnlySpan<char>)
    ActorPath.TryParseParts(ReadOnlySpan<char>, out ReadOnlySpan<char>, out ReadOnlySpan<char>)
    ActorPath.ToStringWithoutAddress()
    ActorPath.ToString()
    ActorPath.ToStringWithUid()
    ActorPath.Child(string)
    ActorPath.GetHashCode()
    ActorPath.Equals(object)
    ActorPath.ToStringWithAddress()
    ActorPath.ToSerializationFormat()
    ActorPath.ToSerializationFormatWithAddress(Address)
    ActorPath.ToStringWithAddress(Address)
    ActorPath.FormatPathElements(IEnumerable<string>)
    ActorPath.ToSurrogate(ActorSystem)
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public sealed class ChildActorPath : ActorPath, IEquatable<ActorPath>, IComparable<ActorPath>, ISurrogated

    Constructors

    | Edit this page View Source

    ChildActorPath(ActorPath, string, long)

    Initializes a new instance of the ChildActorPath class.

    Declaration
    public ChildActorPath(ActorPath parentPath, string name, long uid)
    Parameters
    Type Name Description
    ActorPath parentPath

    The parent path.

    string name

    The name.

    long uid

    The uid.

    Implements

    IEquatable<T>
    IComparable<T>
    ISurrogated

    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