Note: This API is now obsolete.
Adds an continuous entry listener for this map.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax
[ObsoleteAttribute] string AddEntryListener( IEntryListener<TKey, TValue> listener, IPredicate predicate, bool includeValue )
Parameters
- listener
- Type: Hazelcast.CoreIEntryListenerTKey, TValue
entry listener - predicate
- Type: Hazelcast.CoreIPredicate
predicate for filtering entries - includeValue
- Type: SystemBoolean
true if EntryEvent should contain the value.
Return Value
Type: Stringreturns registration id
Remarks
See Also