[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Namespace: Db4objects.Db4o.Config
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Sub TimeoutClientSocket ( _
	milliseconds As Integer _
)
C#
void TimeoutClientSocket (
	int milliseconds
)
Visual C++
void TimeoutClientSocket (
	int milliseconds
)

Parameters

milliseconds
System.Int32
time in milliseconds

Remarks

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

Default value: 300000ms (5 minutes)