Example #1
0
 private void Shutdown()
 {
     SampleHelpers.RunShutDownTasks(this);
 }
Example #2
0
        public ActionResult Shutdown()
        {
            SampleHelpers.RunShutDownTasks(this);

            return(RedirectToAction("Index"));
        }