Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ApplicationManager::ShutdownAll Method ()

 

Unloads all application resources.

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

public:
[SecurityPermissionAttribute(SecurityAction::Demand, Unrestricted = true)]
void 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: