ListenerConfig Constructor (String)Hazelcast .Net Client Class Library
Creates a ListenerConfig with the given className.

Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.2.0
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

Reference