Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
Lightstreamer.DotNet.Server Namespace

This is namespace Lightstreamer.DotNet.Server.

Name 
Description 
The following table lists classes in this documentation. 
The following table lists interfaces in this documentation. 
 
Name 
Description 
 
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.
 
 
A server object which can run a Remote Metadata Adapter and connect it to the Proxy Adapter running on Lightstreamer Server.
The object should be provided with a IMetadataProvider 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 Metadata Adapter methods will be done in the System Thread Pool; other options can be specified in the application configuration file. See the provided sample configuration file for details.
 
 
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.
 
 
Name 
Description 
 
To be implemented in order to provide the Server instance with a custom handler for error conditions occurring on the Remote Server.