Search Results for

    Show / Hide Table of Contents

    Class ORDictionary

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

    Methods

    | Edit this page View Source

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

    Declaration
    public static ORDictionary<TKey, TValue> Create<TKey, TValue>(UniqueAddress node, TKey key, TValue value) where TValue : IReplicatedData<TValue>
    Parameters
    Type Name Description
    UniqueAddress node
    TKey key
    TValue value
    Returns
    Type Description
    ORDictionary<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue
    | Edit this page View Source

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

    Declaration
    public static ORDictionary<TKey, TValue> Create<TKey, TValue>(IEnumerable<(UniqueAddress, TKey, TValue)> elements) where TValue : IReplicatedData<TValue>
    Parameters
    Type Name Description
    IEnumerable<(UniqueAddress, TKey, TValue)> elements
    Returns
    Type Description
    ORDictionary<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue
    | Edit this page View Source

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

    Declaration
    public static ORDictionary<TKey, TValue> Create<TKey, TValue>(params (UniqueAddress, TKey, TValue)[] elements) where TValue : IReplicatedData<TValue>
    Parameters
    Type Name Description
    (UniqueAddress, TKey, TValue)[] elements
    Returns
    Type Description
    ORDictionary<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue
    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