Summary
sends a message to the server.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Messaging 
- Containing Type
- IMessageSender
Syntax
void Send(Object obj)Remarks
sends a message to the server.
	Parameters
| Name | Type | Description | 
|---|---|---|
| obj | Object | the message parameter, any object may be used. | 
Return Value
| Type | Description | 
|---|---|
| void |