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.8.0.1
Syntax
The IClientListener type exposes the following members.
Methods
Name | Description | |
---|---|---|
ClientConnected | Invoked when a new client is connected. | |
ClientDisconnected | Invoked when a new client is disconnected. |
See Also