示例#1
0
        public DataTable FetsametimeserversbycellID(int CellID)
        {
            DataTable statustab = new DataTable();

            try
            {
                statustab = objAdaptor.FetchSametimeStatusbyint("WSsametimeNodes", CellID);
            }
            catch (Exception)
            {
                throw;
            }

            return(statustab);
        }