public IContextBuilder MonitorPerformance(Action <IReadOnlyList <IPerformanceEntry> > onReport) { _monitor = new PerformanceMonitor(onReport); return(this); }
public IContextBuilder MonitorPerformance(Action <string> onReport) { _monitor = new PerformanceMonitor(onReport); return(this); }