Search Results for

    Show / Hide Table of Contents

    Interface IReplicatedDelta

    The delta must implement this type.

    Inherited Members
    IReplicatedData.Merge(IReplicatedData)
    Namespace: Akka.DistributedData
    Assembly: Akka.DistributedData.dll
    Syntax
    public interface IReplicatedDelta : IReplicatedData

    Properties

    | Edit this page View Source

    Zero

    The empty full state. This is used when a delta is received and no existing full state exists on the receiving side. Then the delta is merged into the Zero to create the initial full state.

    Declaration
    IDeltaReplicatedData Zero { get; }
    Property Value
    Type Description
    IDeltaReplicatedData

    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