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::Close Method ()

 

Shuts down all application domains.

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

public:
[SecurityPermissionAttribute(SecurityAction::Demand, Unrestricted = true)]
void Close()

If a call to the Close method reduces the reference count of applications using the application manager to 0, the Close method calls the ShutdownAll method.

.NET Framework
Available since 2.0
Return to top
Show: