예제 #1
0
 private static void PostRssDataThreadMethod(object objProfileType)
 {
     while (true)
     {
         string           strProfileType      = (string)objProfileType;
         RssDataScheduler objRssDataScheduler = new RssDataScheduler();
         Console.WriteLine(objRssDataScheduler.PostRssFeed(strProfileType));
         Thread.Sleep(1000 * 1 * 60);
     }
 }
예제 #2
0
 private static void PostRssDataThreadMethod(object objProfileType)
 {
     while (true)
     {
         string strProfileType = (string)objProfileType;
         RssDataScheduler objRssDataScheduler = new RssDataScheduler();
         Console.WriteLine(objRssDataScheduler.PostRssFeed(strProfileType));
         Thread.Sleep(1000*1*60);
     }
 }