Esempio n. 1
0
        /// <summary>
        /// Get events count from the specified server/list
        /// </summary>
        public Int32 GetEventsCount(String server, Int32 list)
        {
            ADCListHelper lc = GetListHelper(server, list);

            return(lc.GetEventsCount());
        }