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

適用対象