Programming with Reflection
SLPUseLoadBalancing property
Syntax |
object.SLPUseLoadBalancing |
Data type |
Returns (first syntax line) or specifies (second syntax line) whether Reflection uses load balancing for SLP connections.
When this property is True, Reflection queries the network for available servers that are using 10% of their capacity. If no servers are found, Reflection queries for servers that are using 20%. It continues in this manner until a server is found, and then connects to that server.
When this property is False, Reflection queries the network for an available server and connects to the first server it finds.
The default value is True.