[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 timer for WeakReference collection.
Namespace: Db4objects.Db4o.Config
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub WeakReferenceCollectionInterval ( _ milliseconds As Integer _ ) |
C# |
---|
void WeakReferenceCollectionInterval ( int milliseconds ) |
Visual C++ |
---|
void WeakReferenceCollectionInterval ( int milliseconds ) |
Parameters
- milliseconds
- System.Int32
the time in milliseconds
Remarks
configures the timer for WeakReference collection.
The default setting is 1000 milliseconds.
Configure this setting to zero to turn WeakReference collection off.
Ignored on JDKs before 1.2.
The default setting is 1000 milliseconds.
Configure this setting to zero to turn WeakReference collection off.
Ignored on JDKs before 1.2.