For Babelfish Release 1.11.1.3

ESTUnitCommandPayloadItems Property

The parameters to send with the command. NOTE, not all commands have parameters. The key is the ItemID. Which is controlled by the sender. If not is specified by the caller a value of "_" is used.

Definition

Namespace: Scopos.BabelFish.DataModel.Athena.ESTUnitCommands
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public Dictionary<string, CommandParameters> Items { get; set; }

Property Value

DictionaryString, CommandParameters

See Also