Click or drag to resize

ListenerConfigSetClassName Method

Sets the class name of the IEventListener.

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

Parameters

className
Type: SystemString
the name of the class of the IEventListener.

Return Value

Type: ListenerConfig
the updated ListenerConfig.
Exceptions
ExceptionCondition
ArgumentExceptionif className is null or an empty String.
Remarks
Sets the class name of the IEventListener. If a implementation was set, it will be removed.
See Also