Share via


Page.AspCompatBeginProcessRequest(HttpContext, AsyncCallback, Object) メソッド

定義

Active Server Page (ASP) リソースに対する要求を開始します。 このメッソドは、レガシ ASP アプリケーションとの互換性のために用意されています。

protected:
 IAsyncResult ^ AspCompatBeginProcessRequest(System::Web::HttpContext ^ context, AsyncCallback ^ cb, System::Object ^ extraData);
protected IAsyncResult AspCompatBeginProcessRequest (System.Web.HttpContext context, AsyncCallback cb, object extraData);
member this.AspCompatBeginProcessRequest : System.Web.HttpContext * AsyncCallback * obj -> IAsyncResult
Protected Function AspCompatBeginProcessRequest (context As HttpContext, cb As AsyncCallback, extraData As Object) As IAsyncResult

パラメーター

context
HttpContext

現在の要求に関する情報が含まれている HttpContext

cb
AsyncCallback

コールバック メソッド。

extraData
Object

要求を ASP 要求と同様に処理する必要があるその他のデータ。

戻り値

IAsyncResult

IAsyncResult オブジェクト。

注釈

このメソッドは呼び出さないでください。

適用対象