[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)
the method called upon the arrival of messages.
Namespace: Db4objects.Db4o.Messaging
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub ProcessMessage ( _ con As IObjectContainer, _ message As Object _ ) |
C# |
---|
void ProcessMessage ( IObjectContainer con, Object message ) |
Visual C++ |
---|
void ProcessMessage ( IObjectContainer^ con, Object^ message ) |
Parameters
- con
- Db4objects.Db4o.IObjectContainer
the ObjectContainer the message was sent to.
- message
- System.Object
the message received.
Remarks
the method called upon the arrival of messages.