ListenerConfigSetImplementation Method Hazelcast .Net Client Class Library
Sets the IEventListener implementation.

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

Reference