public bool[][] GetResultChecks() { bool[][] resultChecks = null; try { if (IsConnectionEnabled) { resultChecks = myXmlRpcProxy.GetResultChecks(); } } catch (Exception ex) { // Log the details of the exception LogException(ex, "GetResultChecks"); } return(resultChecks); }