[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
db4o calls this method during activation.
Namespace: Db4objects.Db4o.Config
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub OnActivate ( _ container As IObjectContainer, _ applicationObject As Object, _ storedObject As Object _ ) |
C# |
---|
void OnActivate ( IObjectContainer container, Object applicationObject, Object storedObject ) |
Visual C++ |
---|
void OnActivate ( IObjectContainer^ container, Object^ applicationObject, Object^ storedObject ) |
Parameters
- container
- Db4objects.Db4o.IObjectContainer
the ObjectContainer used
- applicationObject
- System.Object
the object to set the members on
- storedObject
- System.Object
the object that was stored
Remarks
db4o calls this method during activation.