Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
DataProviderServer.AdapterParams Property

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. 

 

C++
public: __property IDictionary AdapterParams;
C#
public IDictionary AdapterParams;
Visual Basic
Public Property AdapterParams() As IDictionary