ListenerConfig Constructor (IEventListener)Hazelcast .Net Client Class Library
Creates a ListenerConfig with the given implementation.

Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.2.0
Syntax

public ListenerConfig(
	IEventListener implementation
)

Parameters

implementation
Type: Hazelcast.CoreIEventListener
the implementation to use as IEventListener.
Exceptions

ExceptionCondition
ArgumentExceptionif the implementation is null.
Remarks

Creates a ListenerConfig with the given implementation.
See Also

Reference