IClientListener InterfaceHazelcast .Net Client Class Library
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.6.1.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

Reference