Exemple #1
0
 private void Probe_Error(MTConnect.MTConnectError.Document errorDocument)
 {
     Dispatcher.BeginInvoke(new Action(() =>
     {
         ConnectionTestResult     = -1;
         ConnectionTestResultText = "MTConnect Returned an Error @ " + errorDocument.Url;
         ConnectionTestLoading    = false;
     }));
 }
Exemple #2
0
 private void Probe_Error(MTConnect.MTConnectError.Document errorDocument)
 {
     IncrementProbeRequests();
 }