Search Results for

    Show / Hide Table of Contents

    Interface IInternalActor

    Contains things needed by the framework

    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public interface IInternalActor

    Properties

    | Edit this page View Source

    ActorContext

    Gets the context for this instance.

    Declaration
    IActorContext ActorContext { get; }
    Property Value
    Type Description
    IActorContext

    The context.

    Exceptions
    Type Condition
    NotSupportedException

    This exception is thrown if there is no active Context. The most likely cause is due to use of async operations from within this actor.

    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