Click or drag to resize

ILifecycleServiceShutdown Method

gracefully shutdowns IHazelcastInstance.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
void Shutdown()
Remarks
gracefully shutdowns IHazelcastInstance. Different from Terminate() , waits partition operations to be completed.
See Also