Search Results for

    Show / Hide Table of Contents

    Interface IActorStash

    Marker interface for adding stash support

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

    Properties

    | Edit this page View Source

    Stash

    Gets or sets the stash. This will be automatically populated by the framework AFTER the constructor has been run. Implement this as an auto property.

    Declaration
    IStash Stash { get; set; }
    Property Value
    Type Description
    IStash

    The stash.

    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