| EntryAdapterTKey, TValue Constructor (ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionMapEvent, ActionMapEvent) |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
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
)
Public Sub New (
fAdded As Action(Of EntryEvent(Of TKey, TValue)),
fRemoved As Action(Of EntryEvent(Of TKey, TValue)),
fUpdated As Action(Of EntryEvent(Of TKey, TValue)),
fEvicted As Action(Of EntryEvent(Of TKey, TValue)),
fEvictAll As Action(Of MapEvent),
fClearAll As Action(Of MapEvent)
)
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
)
new :
fAdded : Action<EntryEvent<'TKey, 'TValue>> *
fRemoved : Action<EntryEvent<'TKey, 'TValue>> *
fUpdated : Action<EntryEvent<'TKey, 'TValue>> *
fEvicted : Action<EntryEvent<'TKey, 'TValue>> *
fEvictAll : Action<MapEvent> *
fClearAll : Action<MapEvent> -> EntryAdapter
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