Lightstreamer .Net Adapter 1.7
ContentsIndexHome
PreviousUpNext
Interfaces

The following table lists interfaces in this documentation.

 
Name 
Description 
 
Provides an interface to be implemented by a Remote Metadata Adapter in order to attach a Metadata Provider to Lightstreamer. The configuration of a Remote Adapter instance requires the following info:
- an optional name for the instance;
- the Remote Adapter class name;
- optional configuration parameters.
A single instance of each configured Remote Adapter is created by Lightstreamer at startup, through a Remote Server instance. For this purpose, any Remote Metadata Adapter must provide a void constructor. After creation, the init method is called, providing the Remote Metadata Adapter with the configuration information.
A Metadata Provider is used... more