[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)
Returns an
Db4objects.Db4o.Events.IEventRegistry
for registering events with the specified container.
Namespace: Db4objects.Db4o.Events
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function ForObjectContainer ( _ container As IObjectContainer _ ) As IEventRegistry |
C# |
---|
public static IEventRegistry ForObjectContainer ( IObjectContainer container ) |
Visual C++ |
---|
public: static IEventRegistry^ ForObjectContainer ( IObjectContainer^ container ) |
Parameters
- container
- Db4objects.Db4o.IObjectContainer