Click or drag to resize

IClientService Interface

IClientService allows to query connected IClient s and attach/detach IClientListener s to listen connection events.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public interface IClientService

The IClientService type exposes the following members.

Methods
  NameDescription
Public methodAddClientListener
Public methodGetConnectedClients
Returns all connected clients to this member.
Public methodRemoveClientListener
Top
See Also