![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | ILifecycleServiceShutdown Method |
gracefully shutdowns IHazelcastInstance.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntaxabstract Shutdown : unit -> unit
Remarks
gracefully shutdowns IHazelcastInstance. Different from
Terminate()
, waits partition operations to be completed.
See Also