Summary
configures the timer for WeakReference collection.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- IConfiguration
Syntax
void WeakReferenceCollectionInterval(int milliseconds)
Remarks
configures the timer for WeakReference collection.
The default setting is 1000 milliseconds.
Configure this setting to zero to turn WeakReference collection off.
The default setting is 1000 milliseconds.
Configure this setting to zero to turn WeakReference collection off.
Parameters
Name | Type | Description |
---|---|---|
milliseconds | int | the time in milliseconds |
Return Value
Type | Description |
---|---|
void |