DynamicSymbolsProvider.HandleCommand Method

Handles the specified Command.

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

Syntax

C#

protected bool HandleCommand(
    Command command
)

Parameters

command

Type: TcHmiSrv.Core.Command
The Command to handle.

Return Value

Type: Boolean
true if command was handled; otherwise, false.

Reference

DynamicSymbolsProvider Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace