Click or drag to resize

ListenerConfig Constructor (String)

Creates a ListenerConfig with the given className.

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public ListenerConfig(
	string className
)

Parameters

className
Type: SystemString
the name of the IEventListener class.
Exceptions
ExceptionCondition
ArgumentExceptionif className is null or an empty String.
Remarks
Creates a ListenerConfig with the given className.
See Also