Click or drag to resize

IReplicatedMapTKey, TValueRemoveEntryListener Method

Removes the specified entry listener.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
bool RemoveEntryListener(
	string id
)

Parameters

id
Type: SystemString
ID of the registered entry listener.

Return Value

Type: Boolean
true if registration is removed, false otherwise
Remarks
Returns false if there was no such listener added before.
See Also