db4o

IObjectCallbacks.ObjectCanDeactivate Method 

called before an Object is deactivated.

bool ObjectCanDeactivate(
   IObjectContainer container
);

Parameters

container
the
ObjectContainer
the object is stored in.

Return Value

false to prevent deactivation.

Remarks

called before an Object is deactivated.

See Also

IObjectCallbacks Interface | Db4objects.Db4o.Ext Namespace