Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MetadataProviderServer.AdapterParams Property

An IDictionary-type value object to be passed to the Init method of the Remote Metadata Adapter, to supply optional parameters. 

The default value is an empty Hashtable. 

See Init in IMetadataProvider for details. 

 

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