Lightstreamer .Net Adapter 1.7
|
A server object which can run a Remote Data Adapter and connect it to the Proxy Adapter running on Lightstreamer Server.
The object should be provided with a IDataProvider 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.
public: class DataProviderServer : public Server;
public class DataProviderServer : Server;
Public Class DataProviderServer Inherits Server