Yes, we do have .NET Data Adapters. Looking in our Adapters.xml file I do not see any parameter <Param name="timeout"></Param>. Do I need to add it? What is the param's units? Milliseconds? What exactly does this parameter do? i.e., are there any side-effects?

What we have in our Adpaters's file
<data_provider name="xxx">
<adapter_class>com.lightstreamer.adapters.remote.R obustNetworkDataProvider</adapter_class>
<param_name="request_reply_port">xxx</param_name>
<param_name="notify_port">xxx</param_name>
<param_name="connection_recovery_timeout_millis">x xx</param_name>
<param_name="event_recovery">use_snapshot</param_name>
<param_name="name">xxx</param_name>