Summary
message sender for client/server messaging.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Messaging - Implementing Types
graph BT
Type["IMessageSender"]
class Type type-node
Implementing0["Config4Impl"]-.->Type
click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/Config4Impl"
Syntax
public interface IMessageSender
Remarks
message sender for client/server messaging.
db4o allows using the client/server TCP connection to send messages from the client to the server. Any object that can be stored to a db4o database file may be used as a message.
For an example see Reference documentation:
http://developer.db4o.com/Resources/view.aspx/Reference/Client-Server/Messaging
http://developer.db4o.com/Resources/view.aspx/Reference/Client-Server/Remote_Code_Execution
See Also:
db4o allows using the client/server TCP connection to send messages from the client to the server. Any object that can be stored to a db4o database file may be used as a message.
For an example see Reference documentation:
http://developer.db4o.com/Resources/view.aspx/Reference/Client-Server/Messaging
http://developer.db4o.com/Resources/view.aspx/Reference/Client-Server/Remote_Code_Execution
See Also:
Db4objects.Db4o.Config.IClientServerConfiguration.GetMessageSender
,Db4objects.Db4o.Messaging.IMessageRecipient
,Db4objects.Db4o.Config.IClientServerConfiguration.SetMessageRecipient(Db4objects.Db4o.Messaging.IMessageRecipient)
Methods
Name | Value | Summary |
---|---|---|
Send |
void |
sends a message to the server.
|