Search Results for

    Show / Hide Table of Contents

    Class StashFactory

    Static factor used for creating Stash instances

    Inheritance
    object
    StashFactory
    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 StashFactory

    Methods

    | Edit this page View Source

    CreateStash(IActorContext, IActorStash)

    TBD

    Declaration
    public static IStash CreateStash(this IActorContext context, IActorStash actorInstance)
    Parameters
    Type Name Description
    IActorContext context

    TBD

    IActorStash actorInstance

    TBD

    Returns
    Type Description
    IStash

    TBD

    | Edit this page View Source

    CreateStash(IActorContext, Type)

    TBD

    Declaration
    public static IStash CreateStash(this IActorContext context, Type actorType)
    Parameters
    Type Name Description
    IActorContext context

    TBD

    Type actorType

    TBD

    Returns
    Type Description
    IStash

    TBD

    Exceptions
    Type Condition
    ArgumentException

    This exception is thrown if the given actorType implements an unrecognized subclass of IActorStash.

    | Edit this page View Source

    CreateStash<T>(IActorContext)

    TBD

    Declaration
    public static IStash CreateStash<T>(this IActorContext context) where T : ActorBase
    Parameters
    Type Name Description
    IActorContext context

    TBD

    Returns
    Type Description
    IStash

    TBD

    Type Parameters
    Name Description
    T

    TBD

    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