示例#1
0
 /// <summary>
 ///
 /// </summary>
 public void ResumeRun()
 {
     try
     {
         if (IsConnectionEnabled)
         {
             myXmlRpcProxy.ResumeRun();
         }
     }
     catch (Exception ex)
     {
         // Log the details of the exception
         string sMsg = String.Format("ResumeRun timeout. Can be ignore. Excception={0}", ex.Message);
         LogFile.AddMessage(TraceLevel.Info, "sMsg");
     }
 }