DynamicSymbolsProvider.HandleCommands Method

Handles the Commands in the specified CommandGroup.

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

Syntax

C#

public virtual IEnumerable<Command> HandleCommands(
    CommandGroup commands
)

Parameters

commands

Type: TcHmiSrv.Core.CommandGroup
A CommandGroup containing the Commands to handle.

Return Value

Type: IEnumerable.Command.
An IEnumerable.T. containing the Commands that cannot be handled by the DynamicSymbolsProvider.

Reference

DynamicSymbolsProvider Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace