Lightstreamer .Net Client 2.1.2
ContentsIndexHome
PreviousUpNext
ISendMessageListener Interface

Receives notifications of server responses to sent messages. All notifications are sent in sequence on a dedicated thread.

C++
public: __interface ISendMessageListener;
C#
public interface ISendMessageListener;
Visual Basic
Public Interface ISendMessageListener