Click or drag to resize

HazelcastClientRemoveDistributedObjectListener Method

Removes the specified Distributed Object listener.

Namespace:  Hazelcast.Client
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public bool RemoveDistributedObjectListener(
	string registrationId
)

Parameters

registrationId
Type: SystemString
Id of listener registration.

Return Value

Type: Boolean
true if registration is removed, false otherwise

Implements

IHazelcastInstanceRemoveDistributedObjectListener(String)
Remarks
Removes the specified Distributed Object listener. Returns silently if specified instance listener doesn't exist.
See Also