  | ListenerConfigSetImplementation Method  | 
 Sets the IEventListener implementation.
 
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntaxpublic virtual ListenerConfig SetImplementation(
	IEventListener implementation
)
Public Overridable Function SetImplementation ( 
	implementation As IEventListener
) As ListenerConfig
public:
virtual ListenerConfig^ SetImplementation(
	IEventListener^ implementation
)
abstract SetImplementation : 
        implementation : IEventListener -> ListenerConfig 
override SetImplementation : 
        implementation : IEventListener -> ListenerConfig Parameters
- implementation
 - Type: Hazelcast.CoreIEventListener
the IEventListener implementation. 
Return Value
Type: 
ListenerConfigthe updated ListenerConfig.
Exceptions| Exception | Condition | 
|---|
| ArgumentException | the implementation is null. | 
Remarks
                Sets the IEventListener implementation.
                If a className was set, it will be removed.
            
See Also