Summary
deactivates an object.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IExtObjectContainer
Syntax
void Deactivate(Object obj)
Remarks
deactivates an object.
Only the passed object will be deactivated, i.e, no object referenced by this
object will be deactivated.
Parameters
Name | Type | Description |
---|---|---|
obj | Object | the object to be deactivated. |
Return Value
Type | Description |
---|---|
void |