Search Results for

    Show / Hide Table of Contents

    Interface IRepointableRef

    INTERNAL API

    RepointableActorRef (and potentially others) may change their locality at runtime, meaning that isLocal might not be stable. RepointableActorRef has the feature that it starts out "not fully started" (but you can send to it), which is why IsStarted features here; it is not improbable that cluster actor refs will have the same behavior.

    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public interface IRepointableRef : IActorRefScope

    Properties

    | Improve this Doc View Source

    IsStarted

    Returns true if this actor has started yet. false otherwise.

    Declaration
    bool IsStarted { get; }
    Property Value
    Type Description
    Boolean

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(Object)
    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