다음을 통해 공유


IApplicationPreloadUtil 인터페이스

정의

서버에서 애플리케이션을 미리 설치하는 동안 ASP.NET이 IIS 7.0과 통신하는 데 사용하는 메서드를 제공합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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
특성

메서드

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

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

애플리케이션을 미리 로드하는 데 필요한 초기화 데이터를 가져옵니다. 이 메서드는 ASP.NET에 의해 호출됩니다.

ReportApplicationPreloadFailure(String, Int32, String)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

서버에서 ASP.NET 응용 프로그램을 미리 로드 하는 동안 IIS 7.0에서 오류가 발생 했음을 보고 합니다.

적용 대상