AppConfiguration.ComServerLoadingMode

Deterimines how servers are processing requests. Round Robin simply goes through each of the servers one after the other while LoadBased always starts with the first server.

The two settings values are:

  • RoundRobin* (default)
  • LoadBased
public ComServerLoadingModes ComServerLoadingMode

See also