ListenerConfigSetClassName Method Hazelcast .Net Client Class Library
Sets the class name of the IEventListener.

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

Reference