Search Results for

    Show / Hide Table of Contents

    Class ActorRefs

    Utility class for working with built-in actor references

    Inheritance
    object
    ActorRefs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public static class ActorRefs

    Fields

    | Edit this page View Source

    NoSender

    Use this value as an argument to Tell(object, IActorRef) if there is not actor to reply to (e.g. when sending from non-actor code).

    Declaration
    public static readonly IActorRef? NoSender
    Field Value
    Type Description
    IActorRef
    | Edit this page View Source

    Nobody

    Use this value to represent a non-existent actor.

    Declaration
    public static readonly Nobody Nobody
    Field Value
    Type Description
    Nobody
    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