configures the time a client waits for a message response from the server.
[Visual Basic] Sub timeoutClientSocket( _ ByVal milliseconds As Integer _ ) [C#] void timeoutClientSocket( int milliseconds ); [C++] void timeoutClientSocket( int milliseconds ); [JScript] function timeoutClientSocket( int milliseconds );
configures the time a client waits for a message response from the server.
Default value: 300000ms (5 minutes)
Configuration Interface | com.db4o.config Namespace