Click or drag to resize

EntryAdapterTKey, TValueEntryEvicted Method

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
public void EntryEvicted(
	EntryEvent<TKey, TValue> event
)

Parameters

event
Type: Hazelcast.CoreEntryEventTKey, TValue

Implements

EntryEvictedListenerTKey, TValueEntryEvicted(EntryEventTKey, TValue)
See Also