Click or drag to resize

IHCollectionTRemoveItemListener Method

Removes the specified item listener.

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