IApplicationPreloadUtil 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供在伺服器預先載入應用程式時,讓 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 中發生錯誤。 |