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.
IAppManagerAppDomainFactory Interface
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines a method used to create an AppDomain instance for a Web-application manager and a method used to stop all AppDomain instances for a Web-application manager.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Create(String^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new application domain for the specified Web application. |
![]() | Stop() | This API supports the product infrastructure and is not intended to be used directly from your code. Stops all application domains associated with this application manager. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
