Example #1
0
 private const int deleteInterval = 1; //Value in hours
 
 public AppController()
 {
     TelemetryClient = new Microsoft.ApplicationInsights.TelemetryClient();
     Server = new WebServer();
     XmlSettings = new AppSettings();
 }
        private const int deleteInterval = 1;  //Value in hours

        public AppController()
        {
            Server      = new WebServer();
            XmlSettings = new AppSettings();
        }
        private const int deleteInterval = 1;  //Value in hours

        public AppController()
        {
            TelemetryClient = new Microsoft.ApplicationInsights.TelemetryClient();
            Server          = new WebServer();
            XmlSettings     = new AppSettings();
        }
 private const int deleteInterval = 1; //Value in hours
 
 public AppController()
 {
     Server = new WebServer();
     XmlSettings = new AppSettings();
 }