[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The following tables list the members exposed by the IClientServerConfiguration type.
Public Methods
Name | Description | |
---|---|---|
![]() | BatchMessages | Configures to batch messages between client and server. |
![]() | GetMessageSender | returns the MessageSender for this Configuration context. |
![]() | MaxBatchQueueSize | Configures the maximum memory buffer size for batched message. |
![]() | PrefetchIDCount | Sets the number of IDs to be prefetched for an ObjectSet in C/S mode |
![]() | PrefetchObjectCount | Sets the number of objects to be prefetched for an ObjectSet in C/S mode
|
![]() | SetMessageRecipient | sets the MessageRecipient to receive Client Server messages. |
![]() | SingleThreadedClient |
configures the client messaging system to be single threaded
or multithreaded.
|
![]() | TimeoutClientSocket |
configures the time a client waits for a message response from the
server.
|
![]() | TimeoutPingClients |
configures the delay time after which the server starts pinging connected
clients to check the connection.
|
![]() | TimeoutServerSocket | configures the timeout of the serverside socket. |