Removes the specified Distributed Object listener.
Namespace: Hazelcast.CoreAssembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7
bool RemoveDistributedObjectListener(
string registrationId
)
Function RemoveDistributedObjectListener (
registrationId As String
) As Boolean
bool RemoveDistributedObjectListener(
String^ registrationId
)
abstract RemoveDistributedObjectListener :
registrationId : string -> bool
Parameters
- registrationId
- Type: SystemString
Id of listener registration.
Return Value
Type:
Booleantrue if registration is removed, false otherwise
Removes the specified Distributed Object listener. Returns silently
if specified instance listener doesn't exist.
Reference