Lightstreamer .Net Standard Client 4.0.0
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