Click or drag to resize

EntryAdapterTKey, TValueEntryRemoved Method

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

Parameters

event
Type: Hazelcast.CoreEntryEventTKey, TValue

Implements

EntryRemovedListenerTKey, TValueEntryRemoved(EntryEventTKey, TValue)
See Also