db4o

IMessageRecipient.ProcessMessage Method 

the method called upon the arrival of messages.

void ProcessMessage(
   IObjectContainer con,
   object message
);

Parameters

con
the ObjectContainer the message was sent to.
message
the message received.

Remarks

the method called upon the arrival of messages.

See Also

IMessageRecipient Interface | Db4objects.Db4o.Messaging Namespace