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 页。

注解

请勿调用此方法。

适用于