Example #1
0
 /// <summary>
 ///
 /// </summary>
 public void ParkArm()          // bdr
 {
     try
     {
         if (IsConnectionEnabled)
         {
             System.Diagnostics.Debug.WriteLine("QMgr  - ICPxy.parkArm");                     // bdr
             myXmlRpcProxy.ParkArm();
         }
     }
     catch (Exception ex)
     {
         // Log the details of the exception
         LogException(ex, "ParkArm");
     }
 }