[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)
sets the MessageRecipient to receive Client Server messages.
Namespace: Db4objects.Db4o.Config
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Sub SetMessageRecipient ( _ messageRecipient As IMessageRecipient _ ) |
| C# |
|---|
void SetMessageRecipient ( IMessageRecipient messageRecipient ) |
| Visual C++ |
|---|
void SetMessageRecipient ( IMessageRecipient^ messageRecipient ) |
Parameters
- messageRecipient
- Db4objects.Db4o.Messaging.IMessageRecipient
the MessageRecipient to be used
Remarks
sets the MessageRecipient to receive Client Server messages.