ListenerConfig ClassHazelcast .Net Client Class Library
Contains the configuration for an IEventListener . The configuration contains either the classname of the IEventListener implementation, or the actual IEventListener instance.
Inheritance Hierarchy

SystemObject
  Hazelcast.ConfigListenerConfig

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

public class ListenerConfig

The ListenerConfig type exposes the following members.

Constructors

  NameDescription
Public methodListenerConfig
Creates a ListenerConfig without className/implementation.
Public methodListenerConfig(String)
Creates a ListenerConfig with the given className.
Public methodListenerConfig(IEventListener)
Creates a ListenerConfig with the given implementation.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetClassName
Returns the name of the class of the IEventListener.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetImplementation
Returns the IEventListener implementation.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsIncludeValue
Public methodIsLocal
Public methodSetClassName
Sets the class name of the IEventListener.
Public methodSetImplementation
Sets the IEventListener implementation.
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference