Summary
sets the MessageRecipient to receive Client Server messages.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- I
Client Server Configuration
Syntax
void SetMessageRecipient(IMessageRecipient messageRecipient)
Remarks
sets the MessageRecipient to receive Client Server messages.
This setting should be used on the server side.
This setting should be used on the server side.
Parameters
| Name | Type | Description |
|---|---|---|
| messageRecipient | IMessageRecipient | the MessageRecipient to be used |
Return Value
| Type | Description |
|---|---|
| void |