Summary
configures the time a client waits for a message response
from the server.
- Assembly
- Db4objects
.Db4o .CS-2010 .dll - Namespace
- Db4objects
.Db4o .CS .Config - Containing Type
- IClientConfiguration
Syntax
int TimeoutClientSocket { set; }
Remarks
configures the time a client waits for a message response
from the server.
Default value: 600000ms (10 minutes)
It is recommended to use the same values for
Default value: 600000ms (10 minutes)
It is recommended to use the same values for
TimeoutClientSocket(int)
and
IServerConfiguration.TimeoutServerSocket(int)
.
Value
Type | Description |
---|---|
int | time in milliseconds |