Removes the specified entry listener
Returns silently if there is no such listener added before.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- registrationId
- Type: SystemString
Id of listener registration
Return Value
Type: Booleantrue if registration is removed, false otherwise
See Also