Search Results for

    Show / Hide Table of Contents

    Class LWWDictionary

    A static class with various constructor methods for LWWDictionary<TKey, TValue>.

    Inheritance
    object
    LWWDictionary
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.DistributedData
    Assembly: Akka.DistributedData.dll
    Syntax
    public static class LWWDictionary

    Methods

    | Edit this page View Source

    Create<TKey, TValue>(UniqueAddress, TKey, TValue, Clock<TValue>)

    TBD

    Declaration
    public static LWWDictionary<TKey, TValue> Create<TKey, TValue>(UniqueAddress node, TKey key, TValue value, Clock<TValue> clock = null)
    Parameters
    Type Name Description
    UniqueAddress node

    TBD

    TKey key

    TBD

    TValue value

    TBD

    Clock<TValue> clock

    TBD

    Returns
    Type Description
    LWWDictionary<TKey, TValue>

    TBD

    Type Parameters
    Name Description
    TKey

    TBD

    TValue

    TBD

    | Edit this page View Source

    Create<TKey, TValue>(IEnumerable<(UniqueAddress, TKey, TValue)>, Clock<TValue>)

    TBD

    Declaration
    public static LWWDictionary<TKey, TValue> Create<TKey, TValue>(IEnumerable<(UniqueAddress, TKey, TValue)> elements, Clock<TValue> clock = null)
    Parameters
    Type Name Description
    IEnumerable<(UniqueAddress, TKey, TValue)> elements

    TBD

    Clock<TValue> clock

    TBD

    Returns
    Type Description
    LWWDictionary<TKey, TValue>

    TBD

    Type Parameters
    Name Description
    TKey

    TBD

    TValue

    TBD

    | Edit this page View Source

    Create<TKey, TValue>(params (UniqueAddress, TKey, TValue)[])

    TBD

    Declaration
    public static LWWDictionary<TKey, TValue> Create<TKey, TValue>(params (UniqueAddress, TKey, TValue)[] elements)
    Parameters
    Type Name Description
    (UniqueAddress, TKey, TValue)[] elements

    TBD

    Returns
    Type Description
    LWWDictionary<TKey, TValue>

    TBD

    Type Parameters
    Name Description
    TKey

    TBD

    TValue

    TBD

    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