Page.AspCompatEndProcessRequest(IAsyncResult) 方法

定義

結束 Active Server Page (ASP) 資源的要求。 基於與舊版 ASP 應用程式的相容性,提供這個方法。

protected:
 void AspCompatEndProcessRequest(IAsyncResult ^ result);
protected void AspCompatEndProcessRequest (IAsyncResult result);
member this.AspCompatEndProcessRequest : IAsyncResult -> unit
Protected Sub AspCompatEndProcessRequest (result As IAsyncResult)

參數

result
IAsyncResult

根據要求,產生的 ASP 網頁。

備註

請不要呼叫此方法。

適用於