コード例 #1
0
 public MetricPublisher(SampleCollector collector, TelemetryClient telemetryClient)
 {
     this.telemetryClient = telemetryClient;
     this.sampleCollector = collector;
 }
コード例 #2
0
 public ThreadLocalSampleCollector(SampleCollector parent)
 {
     this._parent = parent;
 }