예제 #1
0
 public List <ConfigCenterClusterComputer> GetComputerList(ClusterComputerType mComputerType, int count)
 {
     return(GetList(string.Format("ComputerType={0}",
                                  (int)mComputerType), "*", "IpAddress,Port", count));
 }
예제 #2
0
 public int Count(ClusterComputerType mComputerType)
 {
     return(SearchService.Count(TableName, string.Format("ComputerType={0}",
                                                         (int)mComputerType)));
 }