Click or drag to resize

IClientClusterServiceRemoveMembershipListener Method

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

Parameters

registrationId
Type: SystemString
The registrationId of the listener to be removed.

Return Value

Type: Boolean
true if successfully removed, false otherwise.
See Also