ListenerConfigGetClassName Method Hazelcast .Net Client Class Library
Returns the name of the class of the IEventListener.

Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax

public virtual string GetClassName()

Return Value

Type: String
the class name of the IEventListener.
Remarks

Returns the name of the class of the IEventListener. If no class is specified, null is returned.
See Also

Reference