ILifecycleServiceRemoveLifecycleListener Method Hazelcast .Net Client Class Library
Remove lifecycle listener

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
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

Reference