コード例 #1
0
 public void WriteSample(EventMetricSample metricSample)
 {
     metricSample.Write(); // If it does happen to call, bypassing the error flag, it can forward and work (maybe).
 }
コード例 #2
0
 public static void Write(EventMetricSample metricSample, string str)
 {
     metricSample.Write(); // If it does happen to call, bypassing the error flag, it can forward and work.
 }