mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
11 lines
146 B
C#
11 lines
146 B
C#
namespace ServiceLib.Enums
|
|
{
|
|
public enum EMultipleLoad
|
|
{
|
|
Random,
|
|
RoundRobin,
|
|
LeastPing,
|
|
LeastLoad
|
|
}
|
|
}
|