Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
DataProviderServer Class

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. 

By default, the invocations to the Data Adapter methods will be done in dedicated short-lived threads; other options can be specified in the application configuration file. See the provided sample configuration file for details. 

 

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