Initializes a new instance of the EntryAdapterK, V class
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
public EntryAdapter( Action<EntryEvent<K, V>> fAdded, Action<EntryEvent<K, V>> fRemoved, Action<EntryEvent<K, V>> fUpdated, Action<EntryEvent<K, V>> fEvicted )
Parameters
- fAdded
- Type: SystemActionEntryEventK, V
- fRemoved
- Type: SystemActionEntryEventK, V
- fUpdated
- Type: SystemActionEntryEventK, V
- fEvicted
- Type: SystemActionEntryEventK, V
See Also