Beispiel #1
0
 public LabeledAggregationStatistics(IAggregationStatistics stats, params KeyValuePair <string, string>[] labels)
 {
     AggregationStatistics = stats;
     Labels = labels;
 }