db4o

IClientServerConfiguration.TimeoutClientSocket Method 

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

void 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

IClientServerConfiguration Interface | Db4objects.Db4o.Config Namespace