ListenerConfigGetImplementation Method Hazelcast .Net Client Class Library
Returns the IEventListener implementation.

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

Reference