Class TransactionalDictionarySharedItems<TKey, TValue>
Registered as Singleton holds the actual items list shared between the scoped instances of the TransactionalDictionary<TKey, TValue>.
Inherited Members
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 sourceItems
Gets the underlying Dictionary<TKey, TValue> containing the persisted items.
Declaration
public Dictionary<TKey, TValue> Items { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<TKey, TValue> |