Search Results for

    Show / Hide Table of Contents

    Class NameAndUid

    INTERNAL API

    Inheritance
    Object
    NameAndUid
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    [Obsolete("Not used. Will be removed in Akka.NET v1.5.")]
    public class NameAndUid

    Constructors

    | Improve this Doc View Source

    NameAndUid(String, Int32)

    TBD

    Declaration
    public NameAndUid(string name, int uid)
    Parameters
    Type Name Description
    String name

    TBD

    Int32 uid

    TBD

    Properties

    | Improve this Doc View Source

    Name

    TBD

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Uid

    TBD

    Declaration
    public int Uid { get; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    ToString()

    TBD

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    TBD

    Overrides
    Object.ToString()

    Extension Methods

    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(Object)
    ObjectExtensions.IsDefaultForType<T>(T)
    In This Article
    • githubImprove this Doc
    • 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