IConfiguration.

AutomaticShutDown(bool) Method

Summary

turns automatic shutdown of the engine on and off.

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