mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 17:16:22 +02:00
7 lines
106 B
C#
7 lines
106 B
C#
namespace RemoteExec.Client;
|
|
|
|
public enum LoadBalancingStrategy
|
|
{
|
|
ResourceAware,
|
|
LeastBacklog
|
|
} |