| ListenerConfigGetClassName Method |
Returns the name of the class of the IEventListener.
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax public virtual string GetClassName()
Public Overridable Function GetClassName As String
public:
virtual String^ GetClassName()
abstract GetClassName : unit -> string
override GetClassName : unit -> string
Return Value
Type:
Stringthe 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