Summary
    Configures the just opened ObjectContainer by setting event listeners,
    which will be triggered when activation or de-activation is required.
    
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .TA 
- Containing Type
- TransparentActivation Support 
Syntax
public virtual void Apply(IInternalObjectContainer container)Remarks
    Configures the just opened ObjectContainer by setting event listeners,
    which will be triggered when activation or de-activation is required.
    
	Parameters
| Name | Type | Description | 
|---|---|---|
| container | I | the ObjectContainer to configure | 
Return Value
| Type | Description | 
|---|---|
| void | 
See Also
- Db4objects.Db4o.TA.TransparentPersistenceSupport.Apply(Db4objects.Db4o.Internal.IInternalObjectContainer)