Show / Hide Table of Contents

    Class TransactionalDictionarySharedItems<TKey, TValue>

    Registered as Singleton holds the actual items list shared between the scoped instances of the TransactionalDictionary<TKey, TValue>.

    Inheritance
    object
    TransactionalDictionarySharedItems<TKey, TValue>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Util
    Assembly: Silverback.Integration.dll
    Syntax
    public sealed class TransactionalDictionarySharedItems<TKey, TValue>
    Type Parameters
    Name Description
    TKey

    The type of the keys in the dictionary.

    TValue

    The type of the values in the dictionary.

    Properties

    | Improve this doc View source

    Items

    Gets the underlying Dictionary<TKey, TValue> containing the persisted items.

    Declaration
    public Dictionary<TKey, TValue> Items { get; }
    Property Value
    Type Description
    Dictionary<TKey, TValue>
    • Improve this doc
    • View source
    In this article
    • Properties
      • Items
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini