ApplicationManager.Close Method ()

 

Shuts down all application domains.

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

[<SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted = true)>]
member Close : unit -> unit

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: