IApplicationPreloadUtil Interface

Definition

Provides methods that ASP.NET uses to communicate with IIS 7.0 while the server preloads an application.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IApplicationPreloadUtil
[System.Runtime.InteropServices.Guid("940D8ADD-9E40-4475-9A67-2CDCDF57995C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IApplicationPreloadUtil
[<System.Runtime.InteropServices.Guid("940D8ADD-9E40-4475-9A67-2CDCDF57995C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IApplicationPreloadUtil = interface
Public Interface IApplicationPreloadUtil
Attributes

Methods

GetApplicationPreloadInfo(String, Boolean, String, String[])

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets initialization data that is required in order to preload an application. This method is called by ASP.NET.

ReportApplicationPreloadFailure(String, Int32, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Reports that an error occurred in IIS 7.0 while the server was preloading the ASP.NET application.

Applies to