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