IMultiMapTKey, TValueAddEntryListener Method (IEntryListenerTKey, TValue, TKey, Boolean)Hazelcast .Net Client Class Library
Adds the specified entry listener for the specified key.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax

string AddEntryListener(
	IEntryListener<TKey, TValue> listener,
	TKey key,
	bool includeValue
)

Parameters

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

Return Value

Type: String
returns registration id.
See Also

Reference