  | IHazelcastInstanceGetLifecycleService Method  | 
 Returns the lifecycle service for this instance.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
SyntaxILifecycleService GetLifecycleService()
Function GetLifecycleService As ILifecycleService
ILifecycleService^ GetLifecycleService()
abstract GetLifecycleService : unit -> ILifecycleService 
Return Value
Type: 
ILifecycleServicelifecycle service
Remarks
                Returns the lifecycle service for this instance. ILifecycleService allows you
                to shutdown this IHazelcastInstance and listen for
                the lifecycle events.
            
See Also