public Collector() { ProcessList = new List<Process>(); dxl = new IntervalXmlWriter(); csv = new IntervalCsvWriter(); }
public void RolloverXmlDoc() { dxl.CloseDoc(); dxl = null; dxl = new IntervalXmlWriter(); }