Search Results for

    Show / Hide Table of Contents

    Class RootActorPath

    Actor paths for root guardians, such as "/user" and "/system"

    Inheritance
    object
    ActorPath
    RootActorPath
    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 RootActorPath : ActorPath, IEquatable<ActorPath>, IComparable<ActorPath>, ISurrogated

    Constructors

    | Edit this page View Source

    RootActorPath(Address, string)

    Initializes a new instance of the RootActorPath class.

    Declaration
    public RootActorPath(Address address, string name = "")
    Parameters
    Type Name Description
    Address address

    The address.

    string name

    The name.

    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