EntryAdapterTKey, TValue Constructor (ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionMapEvent, ActionMapEvent)Hazelcast .Net Client Class Library

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

public EntryAdapter(
	Action<EntryEvent<TKey, TValue>> fAdded,
	Action<EntryEvent<TKey, TValue>> fRemoved,
	Action<EntryEvent<TKey, TValue>> fUpdated,
	Action<EntryEvent<TKey, TValue>> fEvicted,
	Action<MapEvent> fEvictAll,
	Action<MapEvent> fClearAll
)

Parameters

fAdded
Type: SystemActionEntryEventTKey, TValue
fRemoved
Type: SystemActionEntryEventTKey, TValue
fUpdated
Type: SystemActionEntryEventTKey, TValue
fEvicted
Type: SystemActionEntryEventTKey, TValue
fEvictAll
Type: SystemActionMapEvent
fClearAll
Type: SystemActionMapEvent
See Also

Reference