IReplicatedMapTKey, TValueRemoveEntryListener Method Hazelcast .Net Client Class Library
Removes the specified entry listener.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
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

Reference