Lightstreamer .Net Adapter 1.10.0
|
Creates an empty server still to be configured and started.
public: DataProviderServer(bool initializeOnStart);
public DataProviderServer(bool initializeOnStart);
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 Data Adapter processing. |