IHazelcastInstanceRemoveDistributedObjectListener Method Hazelcast .Net Client Class Library
Removes the specified Distributed Object listener.

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

bool RemoveDistributedObjectListener(
	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 Distributed Object listener. Returns silently if specified instance listener doesn't exist.
See Also

Reference