Click or drag to resize

HazelcastClientShutdown Method

Shuts down this IHazelcastInstance.

Namespace:  Hazelcast.Client
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public void Shutdown()

Implements

IHazelcastInstanceShutdown
Remarks
Shuts down this IHazelcastInstance. For more information see ILifecycleService.
See Also