The ILifecycleService type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddLifecycleListener | Add listener object to listen lifecycle events. | |
IsRunning | whether the instance is running | |
RemoveLifecycleListener | Remove lifecycle listener | |
Shutdown | gracefully shutdowns IHazelcastInstance. | |
Terminate | terminate IHazelcastInstance ungracefully. |
See Also