Summary
the method called upon the arrival of messages.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Messaging - Containing Type
- IMessageRecipient
Syntax
void ProcessMessage(IMessageContext context, Object message)
Remarks
the method called upon the arrival of messages.
Parameters
Name | Type | Description |
---|---|---|
context | IMessageContext | contextual information for the message. |
message | Object | the message received. |
Return Value
Type | Description |
---|---|
void |