///////////////////////////////////////////////////////////////////////////////
 private void adsClient_AdsNotificationError(object sender, AdsNotificationErrorEventArgs e)
 {
     if (parent.UBSMod.Status != UBSLib.UBSModuleStatus.Closing && parent.UBSMod.Status != UBSLib.UBSModuleStatus.Closed)
     {
         parent.UBSMod.Error("Error en las notificaciones del ADS. " + e.Exception.Message, true, false);
     }
 }
Esempio n. 2
0
 private void mAdsClient_AdsNotificationError(object sender, AdsNotificationErrorEventArgs e)
 {
     System.Console.WriteLine(e.ToString());
     //   mBeckHoff.callback_Notification(e);
 }
Esempio n. 3
0
 private void mAdsClient_AdsNotificationError(object sender, AdsNotificationErrorEventArgs e)
 {
     System.Console.WriteLine(e.ToString());
     //   mBeckHoff.callback_Notification(e);
 }
 ///////////////////////////////////////////////////////////////////////////////
 private void adsClient_AdsNotificationError(object sender, AdsNotificationErrorEventArgs e)
 {
 }
Esempio n. 5
0
 public void Onnotification(object sender, AdsNotificationErrorEventArgs e)
 {
 }
 private void TcClient_AdsNotificationError(object sender, AdsNotificationErrorEventArgs e)
 {
     Send_TcClient_EventHandling(DateTime.Now, LogTextCategory.Error,
                                 string.Format("Ads Notification Error: {0}", e.ToString()));
 }
Esempio n. 7
0
 private void adsClient_AdsNotificationError(object sender, AdsNotificationErrorEventArgs e)
 {
     Module.Trace.TraceError(e.Exception);
 }