| IClientListenerService Interface |
Client service to add/remove remote listeners.
Namespace:
Hazelcast.Client.Spi
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax public interface IClientListenerService
Public Interface IClientListenerService
public interface class IClientListenerService
type IClientListenerService = interface end
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