Lightstreamer .Net Standard Client 4.0.0
ContentsIndexHome
PreviousUpNext
SendMessage Method

This is the overview for the SendMessage method overload.

 
Name 
Description 
 
Sends a message to Lightstreamer Server. The message is associated to the current session and is interpreted and managed by the Metadata Adapter related to the session.
Upon subsequent calls to the method, the sequential management of the messages is guaranteed. However, any message that, for any reason, doesn't reach the Server can be discarded by the Server if this causes the subsequent message to be kept waiting for longer than a configurable timeout. A shorter timeout can be associated with the subsequent message itself. A sequence identifier must also be associated with the messages; the sequential management is restricted... more 
 
Sends a message to Lightstreamer Server. The message is associated to the current session and is interpreted and managed by the Metadata Adapter related to the session.
The method is blocking; it returns only after receiving the Server answer upon the request submission.
Messages sent through this method are never batched, use the overload of this method accepting MessageInfo instances to send a batch of messages