Click or drag to resize

LifecycleListener Constructor

Initializes a new instance of the LifecycleListener class

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public LifecycleListener(
	Action<LifecycleEvent> action
)

Parameters

action
Type: SystemActionLifecycleEvent
See Also