Search Results for

    Show / Hide Table of Contents

    Class Store

    Request to store an entry. It optionally contains a StoreReply, which should be used to signal success or failure of the operation to the contained ReplyTo actor.

    Inheritance
    object
    Store
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.DistributedData.Durable
    Assembly: Akka.DistributedData.dll
    Syntax
    public sealed class Store

    Constructors

    | Edit this page View Source

    Store(string, DurableDataEnvelope, StoreReply)

    Declaration
    public Store(string key, DurableDataEnvelope data, StoreReply reply = null)
    Parameters
    Type Name Description
    string key
    DurableDataEnvelope data
    StoreReply reply

    Fields

    | Edit this page View Source

    Data

    Declaration
    public readonly DurableDataEnvelope Data
    Field Value
    Type Description
    DurableDataEnvelope
    | Edit this page View Source

    Key

    Declaration
    public readonly string Key
    Field Value
    Type Description
    string
    | Edit this page View Source

    Reply

    Declaration
    public readonly StoreReply Reply
    Field Value
    Type Description
    StoreReply

    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