Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ActionDiagnosticListener"/> class.
 /// </summary>
 /// <param name="agent">The Loupe agent.</param>
 public ActionDiagnosticListener(LoupeAgent agent)
 {
     _actionMetricFactory = new ActionMetricFactory();
 }