Lightstreamer .Net Adapter 1.7
ContentsIndexHome
PreviousUpNext
MetadataProviderServer Class

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. 

 

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