Search Results for

    Show / Hide Table of Contents

    Class StoreReply

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

    Constructors

    | Edit this page View Source

    StoreReply(object, object, IActorRef)

    Declaration
    public StoreReply(object successMessage, object failureMessage, IActorRef replyTo)
    Parameters
    Type Name Description
    object successMessage
    object failureMessage
    IActorRef replyTo

    Fields

    | Edit this page View Source

    FailureMessage

    Declaration
    public readonly object FailureMessage
    Field Value
    Type Description
    object
    | Edit this page View Source

    ReplyTo

    Declaration
    public readonly IActorRef ReplyTo
    Field Value
    Type Description
    IActorRef
    | Edit this page View Source

    SuccessMessage

    Declaration
    public readonly object SuccessMessage
    Field Value
    Type Description
    object

    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