熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

ASP.NET定時執行一段代碼

2022-06-13   來源: .NET編程 

  public    static    void  RunSiteTask()

  {

  int  intSend  =  ;

  SystemTimersTimer  t  =  new  SystemTimersTimer(  *  intSend);//每小時更新一個

  tElapsed  +=  new  SystemTimersElapsedEventHandler(RunUpdateSearchAdsImgTime);

  tAutoReset  =  true;

  tEnabled  =  true;

  GCKeepAlive(t);

  }

  private  static  void  RunUpdateSearchAdsImgTime(object  sender  SystemTimersElapsedEventArgs  e)

  {

  if  (SqlHelperUpInfo_int(ThreadingUpAdsImgSearchTime  null)  <=  )

  {

  string  strErrorMessage  =  stringEmpty;

  string  strPage  =  stringEmpty;

  string  strIP  =stringEmpty;

  //  在出現未處理的錯誤時運行的代碼通常只處理該異常就好

  strPage  =  服務器執行事件;

  strIP  =  服務器;

  strErrorMessage  =  站點定時更新關鍵字廣告表的搜索時間失敗有可能當前還沒有任何訂購關鍵字廣告服務;

  GlobalDataDALRecordSysLog(strPage  strErrorMessage  strIP  );

  }

  }


From:http://tw.wingwit.com/Article/program/net/201311/11818.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.