Click or drag to resize

ClientConfigGetListenerConfigs Method

Gets list of configured ListenerConfig.

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public virtual IList<ListenerConfig> GetListenerConfigs()

Return Value

Type: IListListenerConfig
list of configured ListenerConfig
See Also