db4o

Configuration.timeoutClientSocket Method 

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
);

Parameters

milliseconds
time in milliseconds

Remarks

configures the time a client waits for a message response from the server.

Default value: 300000ms (5 minutes)

See Also

Configuration Interface | com.db4o.config Namespace