Hazelcast Client enables you to do all Hazelcast operations without
being a member of the cluster.
SystemObject Hazelcast.ClientHazelcastClient
Namespace: Hazelcast.ClientAssembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7
public sealed class HazelcastClient : IHazelcastInstance
Public NotInheritable Class HazelcastClient
Implements IHazelcastInstance
public ref class HazelcastClient sealed : IHazelcastInstance
[<SealedAttribute>]
type HazelcastClient =
class
interface IHazelcastInstance
end
The HazelcastClient type exposes the following members.
Top
Top
Hazelcast Client enables you to do all Hazelcast operations without
being a member of the cluster. It connects to one of the
cluster members and delegates all cluster wide operations to it.
When the connected cluster member dies, client will
automatically switch to another live member.
Reference