Page.AspCompatBeginProcessRequest(HttpContext, AsyncCallback, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟始 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,具有目前要求的相關資訊。
回呼方法。
- extraData
- Object
以處理 ASP 要求的相同方式處理要求時,所需要的任何額外資料。
傳回
IAsyncResult 物件。
備註
請不要呼叫此方法。