ConfigListenerSettingsFilter Constructor (ConfigChangeType, IEnumerable.String.)

Initializes a new instance of the ConfigListenerSettingsFilter class with the specified ConfigChangeType and paths.

Namespace:  TcHmiSrv.Core.Tools.Settings
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public ConfigListenerSettingsFilter(
    ConfigChangeType flags,
    IEnumerable<string> paths
)

Parameters

flags

Type: TcHmiSrv.Core.ConfigChangeType
The ConfigChangeType that specifies for which configuration changes an event should be raised.

paths

Type: System.Collections.Generic.IEnumerable.String.
The paths for which an event should be raised if the configuration changes. The elements in the paths must be separated by a double colon.

Reference

ConfigListenerSettingsFilter Class

ConfigListenerSettingsFilter Overload

TcHmiSrv.Core.Tools.Settings Namespace