Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
DataProviderConstants.COMMAND_FIELD Field

Constant that can be used as field name for the "command" field in Items to be processed in COMMAND mode.

C++
public: string COMMAND_FIELD = "command";
C#
public const string COMMAND_FIELD = "command";
Visual Basic
Public Const COMMAND_FIELD As string = "command"