DynamicSymbolsProvider(IEnumerableKeyValuePairString, Symbol, IComparerString, Boolean) Constructor

Initializes a new instance of the DynamicSymbolsProvider class with the specified Symbols and an IComparerT that is used to sort the Definitions.


Namespace: TcHmiSrv.Core.Tools.DynamicSymbols
Assembly: TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9

Syntax

C#

protected DynamicSymbolsProvider(
    IEnumerable<KeyValuePair<string, Symbol>> symbols,
    IComparer<string> comparer,
    bool handleException
)

Parameters

symbols  IEnumerableKeyValuePairString, Symbol

An IEnumerableT containing the Symbols of the TwinCAT HMI server extension.

comparer  IComparerString

An IComparerT that is used to sort the Definitions. -or- null to not sort the Definitions.

handleException  Boolean

true to invoke HandleExceptionAsync(Command, Context, Exception) if an Exception is thrown while handling a Command; otherwise, false to rethrow the original Exception.

Version Information

Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0

Reference

DynamicSymbolsProvider Class DynamicSymbolsProvider Overload TcHmiSrv.Core.Tools.DynamicSymbols Namespace

Copyright © Beckhoff Automation GmbH & Co. KG