db4o

ExtObjectContainer.isClosed Method 

tests if this

ObjectContainer
is closed.

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

Return Value

true
if this
ObjectContainer
is closed.

Remarks

tests if this

ObjectContainer
is closed.

See Also

ExtObjectContainer Interface | com.db4o.ext Namespace