Summary
turns callback methods on and off.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- ICommonConfiguration
Syntax
bool Callbacks { set; }
Remarks
turns callback methods on and off.
Callbacks are turned on by default.
A tuning hint: If callbacks are not used, you can turn this feature off, to prevent db4o from looking for callback methods in persistent classes. This will increase the performance on system startup.
In a client/server environment it is good practice to configure the client and the server in exactly the same way.
Callbacks are turned on by default.
A tuning hint: If callbacks are not used, you can turn this feature off, to prevent db4o from looking for callback methods in persistent classes. This will increase the performance on system startup.
In a client/server environment it is good practice to configure the client and the server in exactly the same way.
Value
Type | Description |
---|---|
bool | false to turn callback methods off |
See Also
- Db4objects.Db4o.Ext.IObjectCallbacks