Click or drag to resize

IMultiMapTKey, TValueAddEntryListener Method (IEntryListenerTKey, TValue, Boolean)

Adds an entry listener for this multimap.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
string AddEntryListener(
	IEntryListener<TKey, TValue> listener,
	bool includeValue
)

Parameters

listener
Type: Hazelcast.CoreIEntryListenerTKey, TValue
entry listener
includeValue
Type: SystemBoolean
true if EntryEvent should contain the value.

Return Value

Type: String
returns registration id.
See Also