Пример #1
0
        /// <summary>
        /// Set periodic updates check
        /// </summary>
        /// <param name="infoCheckPeriodicTime">Periodic updates check configuration</param>
        /// <returns>True if the operation was successful</returns>
        public bool SetCheckPeriodicTime(dc_InfoCheckPeriodicTime infoCheckPeriodicTime)
        {
            bool bOk = m_localData.SetCheckPeriodicTimeInfo(infoCheckPeriodicTime);

            m_timerPeriodicUpdate.Stop();
            ReScheduleTimers();

            return(bOk);
        }