Sets the class name of the IEventListener.
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7.1
Syntax
Parameters
- className
- Type: SystemString
the name of the class of the IEventListener.
Return Value
Type: ListenerConfigthe updated ListenerConfig.
Exceptions
Exception | Condition |
---|---|
ArgumentException | if className is null or an empty String. |
Remarks
See Also