TransparentActivationSupport.

Apply(IInternalObjectContainer) Method

Summary

Configures the just opened ObjectContainer by setting event listeners, which will be triggered when activation or de-activation is required.

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 IInternalObjectContainer the ObjectContainer to configure

Return Value

Type Description
void

See Also

  • Db4objects.Db4o.TA.TransparentPersistenceSupport.Apply(Db4objects.Db4o.Internal.IInternalObjectContainer)