Beispiel #1
0
 void _commManager_OnAlertAdded(MbtAlert pAlert)
 {
     TracerHelper.Trace("[" + pAlert.Severity.ToString() + "] " + pAlert.Message);
 }
 void _commManager_OnAlertAdded(MbtAlert pAlert)
 {
     TracerHelper.Trace("[" + pAlert.Severity.ToString() + "] " + pAlert.Message);
 }
Beispiel #3
0
 /// <summary>
 ///
 /// </summary>
 void _communicationManager_OnAlertAdded(MbtAlert pAlert)
 {
     SystemMonitor.Report(pAlert.Message);
 }
 /// <summary>
 /// 
 /// </summary>
 void _communicationManager_OnAlertAdded(MbtAlert pAlert)
 {
     SystemMonitor.Report(pAlert.Message);
 }
Beispiel #5
0
		  //pmh #####################################################################################################
		  //pmh #####################################################################################################

		  //pmh MbtComMgr events ##################################################################################
		  void m_ComMgr_OnAlertAdded(MbtAlert pAlert)
		  {
			  debug(String.Format("m_ComMgr_OnAlertAdded: {0} {1}", pAlert.Event, pAlert.Message));
		  }