예제 #1
0
 /// <summary>
 /// Creates the monitor.
 /// </summary>
 private ServiceConfigurator CreateMonitor()
 {
     if (_HermEsbServiceConfig.ControlProcessor.Monitor.ElementInformation.IsPresent)
     {
         _monitorConfigurator = new MonitorConfigurator(_HermEsbServiceConfig.ControlProcessor.Monitor, _identification);
     }
     return(this);
 }
예제 #2
0
 /// <summary>
 ///     Creates the monitor.
 /// </summary>
 private BusConfigurator CreateMonitor()
 {
     if (_hermEsbConfig.RouterControlProcessor.Monitor.ElementInformation.IsPresent)
     {
         _errorHandlingConfigurator = new MonitorConfigurator(_hermEsbConfig.RouterControlProcessor.Monitor,
                                                              _identification);
         _errorHandlingConfigurator.Configure();
     }
     return(this);
 }