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