This documentation is archived and is not being maintained.
IProcessHostPreloadClient::Preload Method
Visual Studio 2010
Provides initialization data that is required in order to preload the application.
Assembly: System.Web (in System.Web.dll)
Parameters
- parameters
- Type: array<System::String>
Data to initialize the application. This parameter can be nullptr or an empty array.
The value of parameters can be nullptr, a zero-length array, or a populated array.
Note |
|---|
The IProcessHostPreloadClient type and its methods apply only to applications that run on IIS 7.0 and Windows 7. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
Note