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