Summary
turns automatic shutdown of the engine on and off.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- IConfiguration
Syntax
void AutomaticShutDown(bool flag)
Remarks
turns automatic shutdown of the engine on and off.
Parameters
Name | Type | Description |
---|---|---|
flag | bool | whether db4o should shut down automatically. |
Return Value
Type | Description |
---|---|
void |