 | ListenerConfig Constructor (String) |
Creates a ListenerConfig with the given className.
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntaxpublic ListenerConfig(
string className
)
Public Sub New (
className As String
)
public:
ListenerConfig(
String^ className
)
new :
className : string -> ListenerConfig
Parameters
- className
- Type: SystemString
the name of the IEventListener class.
ExceptionsException | Condition |
---|
ArgumentException | if className is null or an empty String. |
RemarksCreates a ListenerConfig with the given className.
See Also