Lightstreamer .Net Standard Client 4.0.0
ContentsIndexHome
PreviousUpNext
MessageInfo Class

A message object that will be sent to a Lightstreamer Server through a call to LSClient.SendMessage The class contains the message string, the sequence to which such message is associated and a timeout to wait before the server declares lost the previous message in sequence.

C++
public: class MessageInfo;
C#
public class MessageInfo;
Visual Basic
Public Class MessageInfo