Click or drag to resize

IClientListener Interface

IClientListener allows to get notified when a IClient is connected to or disconnected from cluster.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public interface IClientListener : IEventListener

The IClientListener type exposes the following members.

Methods
  NameDescription
Public methodClientConnected
Invoked when a new client is connected.
Public methodClientDisconnected
Invoked when a new client is disconnected.
Top
See Also