db4o

ObjectServer.close Method 

closes the

ObjectServer
and writes all cached data.

[Visual Basic]
Function close() As Boolean
[C#]
bool close();
[C++]
bool close();
[JScript]
function close(): bool;

Return Value

true - denotes that the last instance connected to the used database file was closed.

Remarks

closes the

ObjectServer
and writes all cached data.

See Also

ObjectServer Interface | com.db4o Namespace