Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
Server Class

A generic server object, which can run a Remote Data or Metadata Adapter and connect it to the Proxy Adapter running on Lightstreamer Server. 

The object should be provided with a suitable Adapter instance and with suitable initialization parameters and established connections, then activated through "Start" and finally disposed through "Stop". Further reuse of the same instance is not supported. 

 

C++
public: class Server;
C#
public abstract class Server;
Visual Basic
Public abstract Class Server