Click or drag to resize

ListenerConfig Constructor (IEventListener)

Creates a ListenerConfig with the given implementation.

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
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