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

適用対象