  | ILifecycleServiceShutdown Method  | 
 gracefully shutdowns IHazelcastInstance.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntaxabstract Shutdown : unit -> unit 
Remarks
                gracefully shutdowns IHazelcastInstance. Different from
                
Terminate()
                , waits partition operations to be completed.
            
See Also