IProcessHostPreloadClient Interface
.NET Framework (current version)
Defines an interface that can be implemented in a type in order to preload the type in an ASP.NET application that is running on IIS 7.0.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Preload(array<String^>^) | Provides initialization data that is required in order to preload the application. |
This interface is intended primarily for use by WCF applications that are non-HTTP applications. ASP.NET developers who want to preload ASP.NET Web applications should use the simulated HTTP requests in IIS 7.0 combined with the Application_Start method in the Global.asax file.
Note |
|---|
The IProcessHostPreloadClient type and its methods apply only to applications that run on IIS 7.0 and Windows 7. |
.NET Framework
Available since 4.0
Available since 4.0
Show:

