IMultiMapTKey, TValueRemoveEntryListener Method Hazelcast .Net Client Class Library
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.6.2.0
Syntax

bool RemoveEntryListener(
	string registrationId
)

Parameters

registrationId
Type: SystemString
Id of listener registration

Return Value

Type: Boolean
true if registration is removed, false otherwise
See Also

Reference