Click or drag to resize

IClientListenerService Interface

Client service to add/remove remote listeners.

Namespace:  Hazelcast.Client.Spi
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public interface IClientListenerService

The IClientListenerService type exposes the following members.

Methods
Remarks
For smart client, it registers local listeners to all nodes in the cluster. For dummy client, it registers global listener to one node.
See Also