[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

sends a message to the server.

Namespace: Db4objects.Db4o.Messaging
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Sub Send ( _
	obj As Object _
)
C#
void Send (
	Object obj
)
Visual C++
void Send (
	Object^ obj
)

Parameters

obj
System.Object
the message parameter, any object may be used.

Remarks

sends a message to the server.