IClientServerConfiguration.

SingleThreadedClient(bool) Method

Summary

configures the client messaging system to be single threaded or multithreaded.

Syntax

void SingleThreadedClient(bool flag)

Remarks

configures the client messaging system to be single threaded or multithreaded.

Recommended settings:
- true for low resource systems.
- false for best asynchronous performance and fast GUI response.

Default value:
- .NET Compactframework: true
- all other platforms: false

This setting can be used on both client and server.

Parameters

Name Type Description
flag bool the desired setting

Return Value

Type Description
void