Adds the specified entry listener for the specified key.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- listener
- Type: Hazelcast.CoreIEntryListenerK, V
entry listener - key
- Type: K
the key to listen - includeValue
- Type: SystemBoolean
true if EntryEvent should contain the value.
Return Value
Type: Stringreturns registration id.
See Also