Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MetadataProviderServer.MetadataProviderServer Constructor (bool)

Creates an empty server still to be configured and started.

C++
public: MetadataProviderServer(bool initializeOnStart);
C#
public MetadataProviderServer(bool initializeOnStart);
Visual Basic
Public Sub New(initializeOnStart As bool)
Parameters 
Description 
bool initializeOnStart 
If true, the Init method of the Remote Adapter will be invoked immediately rather than upon a Proxy Adapter request. The Proxy Adapter request will then just receive a successful answer. This can shorten the connection phase, which will start only after the return of Init; on the other hand, any initialization parameters supplied by the Proxy Adapter will not be available. 
Exceptions 
Description 
 
in case something wrong is supplied in the application configuration for Metadata Adapter processing.