Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
Server.NotifyStream Property

The stream used by the Remote Adapter in order to send asyncronous data to the Remote Adapter. Currently not used and not needed by the Remote Metadata Adapter.

C++
public: __property Stream NotifyStream;
C#
public Stream NotifyStream;
Visual Basic
Public Property NotifyStream() As Stream