Search Results for

    Show / Hide Table of Contents

    Interface IUpdateResponse

    A response message for the Update request. It can be one of the 3 possible types:

    • UpdateSuccess when update has finished successfully with given write consistency withing provided time limit.
    • ModifyFailure if a Modify delegate has thrown a failure.
    • UpdateTimeout if a request couldn't complete withing given timeout and write consistency constraints.
    Namespace: Akka.DistributedData
    Assembly: Akka.DistributedData.dll
    Syntax
    public interface IUpdateResponse : INoSerializationVerificationNeeded

    Properties

    | Edit this page View Source

    IsSuccessful

    Returns true if Update request has completed successfully.

    Declaration
    bool IsSuccessful { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Key

    Key, under with updated data is going to be stored.

    Declaration
    IKey Key { get; }
    Property Value
    Type Description
    IKey
    | Edit this page View Source

    Request

    Optional object that can be used to correlate this response with particular Update request.

    Declaration
    object Request { get; }
    Property Value
    Type Description
    object

    Methods

    | Edit this page View Source

    ThrowOnFailure()

    Throws an exception if Update request has failed.

    Declaration
    void ThrowOnFailure()

    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