Summary
configures the time a client waits for a message response
from the server.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- I
Client Server Configuration
Syntax
void TimeoutClientSocket(int milliseconds)
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
This setting can be used on both client and server.
Default value: 600000ms (10 minutes)
It is recommended to use the same values for
Db4objects.Db4o.Config.IClientServerConfiguration.TimeoutClientSocket(System.Int32)
and
Db4objects.Db4o.Config.IClientServerConfiguration.TimeoutServerSocket(System.Int32)
.
This setting can be used on both client and server.
Parameters
Name | Type | Description |
---|---|---|
milliseconds | int | time in milliseconds |
Return Value
Type | Description |
---|---|
void |