Creates a ListenerConfig with the given implementation.
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax
Parameters
- implementation
- Type: Hazelcast.CoreIEventListener
the implementation to use as IEventListener.
Exceptions
Exception | Condition |
---|---|
ArgumentException | if the implementation is null. |
Remarks
See Also