Пример #1
0
 public CollectorEventsProducer(IEventCollector collector, IHealthStore healthStore, EventHubsConfiguration conf) :
     base(collector, healthStore)
 {
     this.Id        = new Guid();
     this.collector = collector;
     this.conf      = conf;
     this.StartEventProcessor();
 }
 public CollectorEventsProducerFactory(EventHubsConfiguration conf) => this.eventHubsConf = conf;