Initializes a new instance of the EntryAdapterTKey, TValue class
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.2
Syntax
public EntryAdapter( Action<EntryEvent<TKey, TValue>> fAdded, Action<EntryEvent<TKey, TValue>> fRemoved, Action<EntryEvent<TKey, TValue>> fUpdated, Action<EntryEvent<TKey, TValue>> fEvicted )
Parameters
- fAdded
- Type: SystemActionEntryEventTKey, TValue
- fRemoved
- Type: SystemActionEntryEventTKey, TValue
- fUpdated
- Type: SystemActionEntryEventTKey, TValue
- fEvicted
- Type: SystemActionEntryEventTKey, TValue
See Also