Click or drag to resize

EntryAdapterTKey, TValueUpdated Property

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
public Action<EntryEvent<TKey, TValue>> Updated { get; set; }

Property Value

Type: ActionEntryEventTKey, TValue
See Also