Click or drag to resize

IMapTKey, TValueRemoveEntryListener Method

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.9.3
Syntax
bool RemoveEntryListener(
	string id
)

Parameters

id
Type: SystemString
id of registered listener

Return Value

Type: Boolean
true if registration is removed, false otherwise
Remarks
Removes the specified entry listener Returns silently if there is no such listener added before.
See Also