public void WriteSample(EventMetricSample metricSample) { metricSample.Write(); // If it does happen to call, bypassing the error flag, it can forward and work (maybe). }
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. }