Click or drag to resize

HazelcastClientGetLifecycleService Method

Returns the lifecycle service for this instance.

Namespace:  Hazelcast.Client
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public ILifecycleService GetLifecycleService()

Return Value

Type: ILifecycleService
lifecycle service

Implements

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