Click or drag to resize

EntryRemovedListenerTKey, TValue Interface

Invoked when an entry is removed.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
public interface EntryRemovedListener<TKey, TValue> : MapListener, 
	IEventListener

Type Parameters

TKey
the type of key
TValue
the type of value

The EntryRemovedListenerTKey, TValue type exposes the following members.

Methods
  NameDescription
Public methodEntryRemoved
Invoked when an entry is removed.
Top
See Also