Search Results for

    Show / Hide Table of Contents

    Class BoundedStashImpl

    INTERNAL A stash implementation that is bounded Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.

    Inheritance
    object
    AbstractStash
    BoundedStashImpl
    Implements
    IStash
    Inherited Members
    AbstractStash.Stash()
    AbstractStash.Unstash()
    AbstractStash.UnstashAll()
    AbstractStash.UnstashAll(Func<Envelope, bool>)
    AbstractStash.ClearStash()
    AbstractStash.Prepend(IEnumerable<Envelope>)
    AbstractStash.Count
    AbstractStash.IsEmpty
    AbstractStash.NonEmpty
    AbstractStash.IsFull
    AbstractStash.Capacity
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Actor.Internal
    Assembly: Akka.dll
    Syntax
    public class BoundedStashImpl : AbstractStash, IStash

    Constructors

    | Edit this page View Source

    BoundedStashImpl(IActorContext)

    INTERNAL A stash implementation that is bounded Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.

    Declaration
    public BoundedStashImpl(IActorContext context)
    Parameters
    Type Name Description
    IActorContext context

    TBD

    Implements

    IStash

    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