Click or drag to resize

IHazelcastInstanceGetLifecycleService Method

Returns the lifecycle service for this instance.

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