Ejemplo n.º 1
0
        public void Run()
        {
            var detector = ServerImpFactory.GetDetectorInterface();

            detector.IndexScan(IndexUrl);
        }
Ejemplo n.º 2
0
        public void Run(object sender, ElapsedEventArgs e)
        {
            var detector = ServerImpFactory.GetDetectorInterface();

            detector.IndexScan(IndexUrl);
        }