public RequestData()
 {
     _agent = new AgentData();
     _components = new Dictionary<string, ComponentData>();
     _aggregationStartTime = DateTime.Now.Subtract(TimeSpan.FromSeconds(Constants.DefaultDuration)); // Set with the default duration
 }
Esempio n. 2
0
 public RequestData()
 {
     _agent                = new AgentData();
     _components           = new Dictionary <string, ComponentData>();
     _aggregationStartTime = DateTime.Now.Subtract(TimeSpan.FromSeconds(Constants.DefaultDuration)); // Set with the default duration
 }