Click or drag to resize

ListenerConfigGetClassName Method

Returns the name of the class of the IEventListener.

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