IHCollectionTRemoveItemListener Method Hazelcast .Net Client Class Library
Removes the specified item listener.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax

bool RemoveItemListener(
	string registrationId
)

Parameters

registrationId
Type: SystemString
Id of listener registration.

Return Value

Type: Boolean
true if registration is removed, false otherwise
Remarks

Removes the specified item listener. Returns silently if the specified listener is not added before.
See Also

Reference