Lightstreamer .Net Adapter 1.7
ContentsIndexHome
PreviousUpNext
DataProviderServer Members

The following tables list the members exposed by DataProviderServer.

 
Name 
Description 
 
Stops the management of the Remote Adapter and destroys the threads used by this Server. This instance can no longer be used.
The streams supplied to this instance and the associated sockets are also closed.
Note that this does not stop the supplied Remote Adapter, as no close method is available in the Remote Adapter interface. If the process is not terminating, then the Remote Adapter cleanup should be performed by accessing the supplied Adapter instance directly and calling custom methods.
 
 
Creates an empty server still to be configured and started.  
 
Starts the Remote Adapter. A connection to the Proxy Adapter is performed (as soon as one is available). Then, requests issued by the Proxy Adapter are received and forwarded to the Remote Adapter.  
 
Name 
Description 
 
The Remote Data Adapter instance to be run.  
 
The pathname of an optional configuration file for the Remote Data Adapter, to be passed to the Init method.
The default value is null.
See Init in IDataProvider for details.
 
 
An IDictionary-type value object to be passed to the Init method of the Remote Data Adapter, to supply optional parameters.
The default value is an empty Hashtable.
See Init in IDataProvider for details.
 
 
A handler for error conditions occurring on the Remote Server. By setting the handler, it's possible to override the default exception handling.  
 
Name 
A name for the Server instance; used for logging purposes.  
 
The stream used by the Remote Adapter in order to send asyncronous data to the Remote Adapter. Currently not used and not needed by the Remote Metadata Adapter.  
 
The stream used by the Remote Adapter in order to forward the answers to the Proxy Adapter.  
 
The stream used by the Proxy Adapter in order to forward the requests to the Remote Adapter.