Creates a ListenerConfig with the given className.
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax
Parameters
- className
 - Type: SystemString
the name of the IEventListener class. 
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentException | if className is null or an empty String. | 
Remarks
See Also