ApplicationManager.ShutdownAll Method ()

 

Unloads all application resources.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

<SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted := True)>
Public Sub ShutdownAll

Calling the ShutdownAll method is equivalent to calling the HostingEnvironment.InitiateShutdown method in all application domains managed by this ApplicationManager instance; however, the ShutdownAll method can be called from outside the managed application domains.

.NET Framework
Available since 2.0
Return to top
Show: