IHazelcastInstanceGetLifecycleService Method Hazelcast .Net Client Class Library
Returns the lifecycle service for this instance.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.3.0
Syntax

ILifecycleService GetLifecycleService()

Return Value

Type: ILifecycleService
lifecycle service
Remarks

Returns the lifecycle service for this instance. ILifecycleService allows you to shutdown this IHazelcastInstance and listen for the lifecycle events.
See Also

Reference