/// <summary>
 /// Initializes a new instance of the <see cref="ControlProcessorConfigurator"/> class.
 /// </summary>
 /// <param name="HermEsbServiceConfig">The HermEsb service config.</param>
 /// <param name="identification">The identification.</param>
 public ControlProcessorConfigurator(HermEsbServiceConfig HermEsbServiceConfig, Identification identification)
 {
     _HermEsbServiceConfig = HermEsbServiceConfig;
     _identification = identification;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ControlProcessorConfigurator"/> class.
 /// </summary>
 /// <param name="HermEsbServiceConfig">The HermEsb service config.</param>
 /// <param name="identification">The identification.</param>
 public ControlProcessorConfigurator(HermEsbServiceConfig HermEsbServiceConfig, Identification identification)
 {
     _HermEsbServiceConfig = HermEsbServiceConfig;
     _identification       = identification;
 }
Example #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ServiceConfigurator"/> class.
 /// </summary>
 /// <param name="HermEsbServiceConfig">The HermEsb service config.</param>
 public ServiceConfigurator(HermEsbServiceConfig HermEsbServiceConfig)
 {
     _HermEsbServiceConfig = HermEsbServiceConfig;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ServiceConfigurator"/> class.
 /// </summary>
 /// <param name="HermEsbServiceConfig">The HermEsb service config.</param>
 public ServiceConfigurator(HermEsbServiceConfig HermEsbServiceConfig)
 {
     _HermEsbServiceConfig = HermEsbServiceConfig;
 }