Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ServiceProcessorConfigurator"/> class.
 /// </summary>
 /// <param name="serviceProcessorConfig">The service processor config.</param>
 /// <param name="identification">The identification.</param>
 public ServiceProcessorConfigurator(ServiceProcessorConfig serviceProcessorConfig, Identification identification)
 {
     _serviceProcessorConfig = serviceProcessorConfig;
     _identification         = identification;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ServiceProcessorConfigurator"/> class.
 /// </summary>
 /// <param name="serviceProcessorConfig">The service processor config.</param>
 /// <param name="identification">The identification.</param>
 public ServiceProcessorConfigurator(ServiceProcessorConfig serviceProcessorConfig, Identification identification)
 {
     _serviceProcessorConfig = serviceProcessorConfig;
     _identification = identification;
 }