Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
MessageInfo.UNORDERED_MESSAGES Field

Constant representing the special sequence name to be used to prevent the sequential management of the messages on the server.

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