INetworkingConfiguration.

SingleThreadedClient Property

Summary

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

Syntax

bool SingleThreadedClient { set; }

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 Compact Framework:
true

- all other platforms:
false


This setting can be used on both client and server.

Value

Type Description
bool the desired setting