BigPipe.Controllers.HomeController.PageLet2 C# (CSharp) Method

PageLet2() public method

public PageLet2 ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult PageLet2()
        {
            System.Threading.Thread.Sleep(new Random().Next(3000, 10000));
            return View("Pagelets/Pagelet2");
        }