Click or drag to resize

ListenerConfigGetImplementation Method

Returns the IEventListener implementation.

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

Return Value

Type: IEventListener
the IEventListener implementation.
Remarks
Returns the IEventListener implementation. If none has been specified, null is returned.
See Also