Removes the specified item listener.
Namespace: Hazelcast.CoreAssembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
bool RemoveItemListener(
string registrationId
)
Function RemoveItemListener (
registrationId As String
) As Boolean
bool RemoveItemListener(
String^ registrationId
)
abstract RemoveItemListener :
registrationId : string -> bool
Parameters
- registrationId
- Type: SystemString
Id of listener registration.
Return Value
Type:
Booleantrue if registration is removed, false otherwise
Removes the specified item listener.
Returns silently if the specified listener is not added before.
Reference