Atomia.Web.Frame.MvcApplication.Application_ReleaseRequestState C# (CSharp) Метод

Application_ReleaseRequestState() защищенный Метод

Handles the ReleaseRequestState event of the Application control.
protected Application_ReleaseRequestState ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void
        protected void Application_ReleaseRequestState(object sender, EventArgs e)
        {
            if (this.HandlerClass != null)
            {
                this.HandlerClass.Application_ReleaseRequestState(sender, e);
            }
        }