Page.AsyncPageEndProcessRequest(IAsyncResult) 方法

定义

结束处理异步页请求。

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

参数

result
IAsyncResult

一个引用挂起的异步请求的 IAsyncResult

适用于