Click or drag to resize

ILifecycleService Methods

The ILifecycleService type exposes the following members.

Methods
  NameDescription
Public methodAddLifecycleListener
Add listener object to listen lifecycle events.
Public methodIsRunning
whether the instance is running
Public methodRemoveLifecycleListener
Remove lifecycle listener
Public methodShutdown
gracefully shutdowns IHazelcastInstance.
Public methodTerminate
terminate IHazelcastInstance ungracefully.
Top
See Also