Click or drag to resize

ListenerConfigSetImplementation Method

Sets the IEventListener implementation.

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public virtual ListenerConfig SetImplementation(
	IEventListener implementation
)

Parameters

implementation
Type: Hazelcast.CoreIEventListener
the IEventListener implementation.

Return Value

Type: ListenerConfig
the updated ListenerConfig.
Exceptions
ExceptionCondition
ArgumentExceptionthe implementation is null.
Remarks
Sets the IEventListener implementation. If a className was set, it will be removed.
See Also