Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
DataProviderConstants.ADD_COMMAND Field

Constant that can be used as the "ADD" value for the "command" fields of Items to be processed in COMMAND mode.

C++
public: string ADD_COMMAND = "ADD";
C#
public const string ADD_COMMAND = "ADD";
Visual Basic
Public Const ADD_COMMAND As string = "ADD"