[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
configures the timeout of the serverside socket.
Namespace: Db4objects.Db4o.Config
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub TimeoutServerSocket ( _ milliseconds As Integer _ ) |
C# |
---|
void TimeoutServerSocket ( int milliseconds ) |
Visual C++ |
---|
void TimeoutServerSocket ( int milliseconds ) |
Parameters
- milliseconds
- System.Int32
time in milliseconds
Remarks
configures the timeout of the serverside socket.
All server connection threads jump out of the socket read statement on a regular interval to check if the server was shut down. Use this method to configure the duration of the interval.
Default value: 5000ms (5 seconds)
All server connection threads jump out of the socket read statement on a regular interval to check if the server was shut down. Use this method to configure the duration of the interval.
Default value: 5000ms (5 seconds)