/// <summary>
 ///     Initializes a new instance of the <see cref="RouterControlConfigurator" /> class.
 /// </summary>
 /// <param name="hermEsbConfig">The HermEsb bus config.</param>
 /// <param name="identification">The identification.</param>
 public RouterControlConfigurator(HermEsbConfig hermEsbConfig, Identification identification)
 {
     _hermEsbConfig  = hermEsbConfig;
     _identification = identification;
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BusConfigurator"/> class.
 /// </summary>
 /// <param name="hermEsbConfig">The herm esb config.</param>
 public BusConfigurator(HermEsbConfig hermEsbConfig)
 {
     _hermEsbConfig = hermEsbConfig;
 }
Example #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BusConfigurator"/> class.
 /// </summary>
 /// <param name="hermEsbConfig">The herm esb config.</param>
 public BusConfigurator(HermEsbConfig hermEsbConfig)
 {
     _hermEsbConfig = hermEsbConfig;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="RouterProcessorConfigurator"/> class.
 /// </summary>
 /// <param name="hermEsbConfig">The HermEsb bus config.</param>
 /// <param name="identification">The identification.</param>
 public RouterProcessorConfigurator(HermEsbConfig hermEsbConfig, Identification identification)
 {
     _hermEsbConfig = hermEsbConfig;
     _identification = identification;
 }