ConfigListenerSettings Class
Represents the settings that are passed to method RegisterListener(Context, IListener, Value) to configure how a ConfigListener is registered. This class cannot be inherited.
Inheritance Hierarchy
System.Object
TcHmiSrv.Core.Tools.Settings.ListenerSettings
TcHmiSrv.Core.Tools.Settings.ConfigListenerSettings
Namespace: TcHmiSrv.Core.Tools.Settings
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public sealed class ConfigListenerSettings : ListenerSettings
The ConfigListenerSettings type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the ConfigListenerSettings class |
Properties
|
Name |
Description |
---|---|---|
|
Gets the default ConfigListenerSettings with a ConfigListenerSettingsFilter to listen for All changes in all paths. | |
|
Contains the ConfigListenerSettingsFilters for configuration changes. |
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Returns a string that represents the current object. (Inherited from Object.) | |
|
Converts ListenerSettings to the appropriate instance of the Value class. (Inherited from ListenerSettings.) |