Exemple #1
0
 /// <summary>
 ///
 /// </summary>
 public void HaltRun()
 {
     try
     {
         if (IsConnectionEnabled)
         {
             myXmlRpcProxy.HaltRun();
         }
     }
     catch (Exception ex)
     {
         // Log the details of the exception
         LogException(ex, "HaltRun");
     }
 }