Click or drag to resize

ILifecycleServiceRemoveLifecycleListener Method

Remove lifecycle listener

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
bool RemoveLifecycleListener(
	string registrationId
)

Parameters

registrationId
Type: SystemString
The listener id returned by AddLifecycleListener(ILifecycleListener)

Return Value

Type: Boolean
true if removed successfully
See Also